PHP Function Lookup

Serch PHP Manual on the go!

Cos'è PHP Function Lookup?

PHP Function Lookup è un'estensione di Chrome sviluppata da Yuta Fujisawa, e la sua funzione principale è "Serch PHP Manual on the go!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PHP Function Lookup

Scarica i file di estensione PHP Function Lookup 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

                        The extension allows you to look up a PHP function in the PHP Manual by right-clicking on highlighted text or typing a keyword in the popup window. Default language is set to English, but you can also change it to Japanese if you like.

調べたいPHP関数名を選択して右クリック、または検索窓に入力することでPHP Manualを気軽に検索できます。初期設定では英語のマニュアルを検索しますが、設定を変更することで日本語のマニュアルの検索が可能になります。


===Version 0.9.2===

・Autocomplete functionality has been added in addition to the suggest list.
・サジェスト機能に加えてアートコンプリート機能を追加                    

Informazioni di Base sull'Estensione

Nome PHP Function Lookup PHP Function Lookup
ID onmlcibaplodkbicdokaalapnaknkmkk
URL Ufficiale https://chrome.google.com/webstore/detail/php-function-lookup/onmlcibaplodkbicdokaalapnaknkmkk
Descrizione Serch PHP Manual on the go!
Dimensione del File 745 KB
Conteggio Installazioni 120
Versione Corrente 0.9.2
Ultimo Aggiornamento 2017-09-30
Data di Pubblicazione 2017-09-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Yuta Fujisawa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PHP Function Lookup",
    "version": "0.9.2",
    "description": "Serch PHP Manual on the go!",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "perssistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "options_page": "options.html"
}