Drupal API Search
Add support to the omnibox to search the Drupal API
Vad är Drupal API Search?
Drupal API Search är en Chrome-tillägg utvecklad av Carwin Young, och dess huvudfunktion är "Add support to the omnibox to search the Drupal API".
Ladda ner Drupal API Search-förlängningens CRX-fil
Ladda ner Drupal API Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi". Grundläggande Information om Tillägg
| Namn | |
| ID | fndfibkbfdaglikocmggomgliaegfhlo |
| Officiell webbadress | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
| Beskrivning | Add support to the omnibox to search the Drupal API |
| Filstorlek | 15.04 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-01-22 |
| Publiceringsdatum | 2014-01-22 |
| Utvecklare | Carwin Young |
| Betalningssätt | free |
| Tilläggswebbplats | http://github.com/carwin/drupal-api-chrome |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Drupal API Search",
"description": "Add support to the omnibox to search the Drupal API",
"omnibox": {
"keyword": "dapi"
},
"icons": {
"16": "icon.png",
"128": "icon_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"version": "1.0",
"minimum_chrome_version": "9",
"manifest_version": 2
} | |