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".                    

擴展基本資訊

名稱 Drupal API Search Drupal API Search
ID fndfibkbfdaglikocmggomgliaegfhlo
官方網址 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
}