https://github.com/ericduran/chrome_drupal_api_search
This is a Drupal API search using chrome's omnibox
https://github.com/ericduran/chrome_drupal_api_search
Last synced: 11 months ago
JSON representation
This is a Drupal API search using chrome's omnibox
- Host: GitHub
- URL: https://github.com/ericduran/chrome_drupal_api_search
- Owner: ericduran
- Created: 2010-09-09T05:02:05.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-12-19T17:47:00.000Z (over 15 years ago)
- Last Synced: 2023-03-11T05:07:53.777Z (over 3 years ago)
- Language: JavaScript
- Homepage: chrome_drupal_api_search
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Drupal 6/7 API Search for Chrome Omnibox ##
- - -
###Directions###
This extension required a Beta version of Chrome.
###Info###
Currently I'm using Lullabot's api because I preferred them but there's also a good reason behind it.
So apparently the api module changed the way it looks up functions.
Before it would do an request as you type, but now it caches all the functions which is better but it's harder for me to figured out the url to get the list of functions.
Sadly when Lullabot updates their api site this will break, but for now I'll be working on supporting all three sites (api.drupal.org, api.drupalcontrib.org and api.lullabot.org).
####Downloads####
- [D7 Extension](https://github.com/downloads/ericduran/chrome_drupal_api_search/drupal_omnibox_api_search_d7.crx)
- [D6 Extension](https://github.com/downloads/ericduran/chrome_drupal_api_search/drupal_omnibox_api_search.crx)