Laravel/Yii 2 Docs Search Autocomplete

Popup search box to navigate within the Yii 2 and Laravel Docs from every site.

Cos'è Laravel/Yii 2 Docs Search Autocomplete?

Laravel/Yii 2 Docs Search Autocomplete è un'estensione di Chrome sviluppata da Gani Georgiev, e la sua funzione principale è "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Laravel/Yii 2 Docs Search Autocomplete

Scarica i file di estensione Laravel/Yii 2 Docs Search Autocomplete 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

                        Just press `Ctrl + L` (for Laravel) or `Ctrl + Y` (for Yii) and a search box should popup in your current page.
Shortcuts and other settings could be changed through the options panel.                    

Informazioni di Base sull'Estensione

Nome Laravel/Yii 2 Docs Search Autocomplete Laravel/Yii 2 Docs Search Autocomplete
ID feleaddkmjemddinednloockahgcpaif
URL Ufficiale https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif
Descrizione Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
Dimensione del File 620 KB
Conteggio Installazioni 96
Versione Corrente 1.4.0
Ultimo Aggiornamento 2021-02-14
Data di Pubblicazione 2019-10-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Gani Georgiev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete
URL della Pagina di Aiuto https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laravel\/Yii 2 Docs Search Autocomplete",
    "description": "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.",
    "version": "1.4.0",
    "author": "Gani Georgiev",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/base.js",
                "js\/laravel.js",
                "js\/yii.jssearch.wrapper.js",
                "js\/yii.jssearch.index.js",
                "js\/yii.js",
                "js\/init.js"
            ],
            "css": [
                "css\/search.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/google.com\/search",
        "https:\/\/yiiframework.com\/doc-2.0\/*",
        "https:\/\/algolia.net\/*",
        "https:\/\/laravel.com\/docs\/*"
    ]
}