Drupal API Search
Add support to the omnibox to search the Drupal API
Hvad er Drupal API Search?
Drupal API Search er en Chrome-udvidelse udviklet af Carwin Young, og dens hovedfunktion er "Add support to the omnibox to search the Drupal API".
Download Drupal API Search-udvidelses-CRX-fil
Download Drupal API Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
Officiel URL | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
Beskrivelse | Add support to the omnibox to search the Drupal API |
Filstørrelse | 15.04 KB |
Antal Installationer | 36 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-01-22 |
Udgivelsesdato | 2014-01-22 |
Udvikler | Carwin Young |
Betalingsmetode | free |
Udvidelseswebsted | http://github.com/carwin/drupal-api-chrome |
Understøttede Sprog | 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 } |