Drupal API Search

Add support to the omnibox to search the Drupal API

Qu'est-ce que Drupal API Search ?

Drupal API Search est une extension Chrome développée par Carwin Young, et sa fonction principale est "Add support to the omnibox to search the Drupal API".

Télécharger le fichier CRX de l'extension Drupal API Search

Téléchargez les fichiers d'extension Drupal API Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Drupal API Search Drupal API Search
ID fndfibkbfdaglikocmggomgliaegfhlo
URL Officiel https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo
Description Add support to the omnibox to search the Drupal API
Taille du Fichier 15.04 KB
Nombre d'Installations 36
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-22
Date de Publication 2014-01-22
Développeur Carwin Young
Type de Paiement free
Site Web de l'Extension http://github.com/carwin/drupal-api-chrome
Langues Prises en Charge 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
}