Drupal API Search
Add support to the omnibox to search the Drupal API
Was ist Drupal API Search?
Drupal API Search ist eine Chrome-Erweiterung, die von Carwin Young entwickelt wurde, und ihr Hauptmerkmal ist "Add support to the omnibox to search the Drupal API".
Drupal API Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Drupal API Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fndfibkbfdaglikocmggomgliaegfhlo |
| Offizielle URL | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
| Beschreibung | Add support to the omnibox to search the Drupal API |
| Dateigröße | 15.04 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2014-01-22 |
| Veröffentlichungsdatum | 2014-01-22 |
| Entwickler | Carwin Young |
| Zahlungsart | free |
| Erweiterungswebsite | http://github.com/carwin/drupal-api-chrome |
| Unterstützte Sprachen | 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
} | |