PHP Search

Adds support to the omnibox to search the PHP reference docs.

Cos'è PHP Search?

PHP Search è un'estensione di Chrome sviluppata da xeno.be, e la sua funzione principale è "Adds support to the omnibox to search the PHP reference docs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PHP Search

Scarica i file di estensione PHP Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PHP Search PHP Search
ID mfpdmlochkjkogiihgjlnlagdigapnfn
URL Ufficiale https://chrome.google.com/webstore/detail/php-search/mfpdmlochkjkogiihgjlnlagdigapnfn
Descrizione Adds support to the omnibox to search the PHP reference docs.
Dimensione del File 112 KB
Conteggio Installazioni 286
Versione Corrente 3.0.1
Ultimo Aggiornamento 2015-10-09
Data di Pubblicazione 2015-10-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore xeno.be
Tipo di Pagamento free
Lingue Supportate 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"
}