Drupal API Search
Add support to the omnibox to search the Drupal API
Drupal API Searchとは何ですか?
Drupal API SearchはCarwin Youngによって開発されたChromeの拡張機能で、その主な機能は「Add support to the omnibox to search the Drupal API」です。
Drupal API Search拡張機能のCRXファイルをダウンロード
Drupal API Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
拡張機能の基本情報
名前 | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
公式URL | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
説明 | Add support to the omnibox to search the Drupal API |
ファイルサイズ | 15.04 KB |
インストール数 | 36 |
現在のバージョン | 1.0 |
最終更新日 | 2014-01-22 |
公開日 | 2014-01-22 |
開発者 | Carwin Young |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/carwin/drupal-api-chrome |
対応言語 | 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 } |