Drupal API Search

Add support to the omnibox to search the Drupal API

What is Drupal API Search?

Drupal API Search is a Chrome extension developed by Carwin Young, and its main feature is "Add support to the omnibox to search the Drupal API".

Download Drupal API Search Extension CRX File

Download Drupal API Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".                    

Extension Basic Information

Name Drupal API Search Drupal API Search
ID fndfibkbfdaglikocmggomgliaegfhlo
Official URL https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo
Description Add support to the omnibox to search the Drupal API
File Size 15.04 KB
Installation Count 36
Current Version 1.0
Last Updated 2014-01-22
Publish Date 2014-01-22
Developer Carwin Young
Payment Type free
Extension Website http://github.com/carwin/drupal-api-chrome
Supported Languages 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
}