Drupal API Search
Add support to the omnibox to search the Drupal API
O que é Drupal API Search?
Drupal API Search é uma extensão do Chrome desenvolvida por Carwin Young, e sua principal característica é "Add support to the omnibox to search the Drupal API".
Baixar o arquivo CRX da Extensão Drupal API Search
Baixe arquivos de extensão Drupal API Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
Informações Básicas da Extensão
Nome | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
URL Oficial | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
Descrição | Add support to the omnibox to search the Drupal API |
Tamanho do Arquivo | 15.04 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-22 |
Data de Publicação | 2014-01-22 |
Desenvolvedor | Carwin Young |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/carwin/drupal-api-chrome |
Idiomas Suportados | 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 } |