Drupal API Search
Add support to the omnibox to search the Drupal API
Co to jest Drupal API Search?
Drupal API Search to rozszerzenie Chrome opracowane przez Carwin Young, a jego główną funkcją jest „Add support to the omnibox to search the Drupal API”.
Pobierz plik CRX rozszerzenia Drupal API Search
Pobierz pliki rozszerzeń Drupal API Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
Oficjalny URL | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
Opis | Add support to the omnibox to search the Drupal API |
Rozmiar pliku | 15.04 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-01-22 |
Data Publikacji | 2014-01-22 |
Deweloper | Carwin Young |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/carwin/drupal-api-chrome |
Obsługiwane Języki | 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 } |