Laravel/Yii 2 Docs Search Autocomplete

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

Qu'est-ce que Laravel/Yii 2 Docs Search Autocomplete ?

Laravel/Yii 2 Docs Search Autocomplete est une extension Chrome développée par Gani Georgiev, et sa fonction principale est "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Laravel/Yii 2 Docs Search Autocomplete

Téléchargez les fichiers d'extension Laravel/Yii 2 Docs Search Autocomplete au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Laravel/Yii 2 Docs Search Autocomplete Laravel/Yii 2 Docs Search Autocomplete
ID feleaddkmjemddinednloockahgcpaif
URL Officiel https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif
Description Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
Taille du Fichier 620 KB
Nombre d'Installations 96
Version Actuelle 1.4.0
Dernière Mise à Jour 2021-02-14
Date de Publication 2019-10-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur Gani Georgiev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete
URL de la Page d'Aide https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues
Langues Prises en Charge 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\/*"
    ]
}