Drupal API Search

Add support to the omnibox to search the Drupal API

Wat is Drupal API Search?

Drupal API Search is een Chrome-extensie ontwikkeld door Carwin Young, en de belangrijkste functie is "Add support to the omnibox to search the Drupal API".

Download het CRX-bestand van de extensie Drupal API Search

Download Drupal API Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Drupal API Search Drupal API Search
ID fndfibkbfdaglikocmggomgliaegfhlo
Officiële URL https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo
Beschrijving Add support to the omnibox to search the Drupal API
Bestandsgrootte 15.04 KB
Aantal Installaties 36
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-22
Publicatiedatum 2014-01-22
Ontwikkelaar Carwin Young
Betalingswijze free
Extensiewebsite http://github.com/carwin/drupal-api-chrome
Ondersteunde Talen 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
}