PHP Search
Adds support to the omnibox to search the PHP reference docs.
O que é PHP Search?
PHP Search é uma extensão do Chrome desenvolvida por xeno.be, e sua principal característica é "Adds support to the omnibox to search the PHP reference docs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PHP Search
Baixe arquivos de extensão PHP 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
Use this omnibox plugin to directly search the online PHP help. Simply type 'php ' to start your search, then the name of whatever class you are looking for help with, to take you straight to the relevant page in the online documentation. This extension will try and find the mirror site nearest to you. You can change this site in the extensions options page: either through Chrome's extensions page or by typing 'php options' in the omnibox. Source from: https://github.com/mpress/developer-omniboxes-for-chrome
Informações Básicas da Extensão
Nome | |
ID | mfpdmlochkjkogiihgjlnlagdigapnfn |
URL Oficial | https://chrome.google.com/webstore/detail/php-search/mfpdmlochkjkogiihgjlnlagdigapnfn |
Descrição | Adds support to the omnibox to search the PHP reference docs. |
Tamanho do Arquivo | 112 KB |
Contagem de Instalações | 286 |
Versão Atual | 3.0.1 |
Última Atualização | 2015-10-09 |
Data de Publicação | 2015-10-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | xeno.be |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "PHP Search", "manifest_version": 2, "description": "Adds support to the omnibox to search the PHP reference docs.", "background": { "scripts": [ "String.js", "index.js", "getMirror.js", "background.js" ] }, "options_page": "options.html", "icons": { "128": "icons\/icon128.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "omnibox": { "keyword": "php" }, "permissions": [ "tabs", "http:\/\/www.php.net\/" ], "version": "3.0.1" } |