Laravel Doc Pin

Always load your preferred Laravel documentation version!

Qu'est-ce que Laravel Doc Pin ?

Laravel Doc Pin est une extension Chrome développée par cmorrell.com, et sa fonction principale est "Always load your preferred Laravel documentation version!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Laravel Doc Pin

Téléchargez les fichiers d'extension Laravel Doc Pin 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

                        Automatically redirect to your preferred version of the Laravel documentation — if you set your preferred version to 5.4 and click a link to /docs/5.1/routing Chrome will automatically load /docs/5.4/routing.                    

Informations de Base sur l'Extension

Nom Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
URL Officiel https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
Description Always load your preferred Laravel documentation version!
Taille du Fichier 20.41 KB
Nombre d'Installations 53
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-05-19
Date de Publication 2017-05-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur cmorrell.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laravel Doc Pin",
    "version": "1.0.1",
    "description": "Always load your preferred Laravel documentation version!",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/laravel.com\/docs\/*",
        "storage",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        },
        "default_title": "Laravel Doc Pin"
    }
}