Laravel Doc Pin

Always load your preferred Laravel documentation version!

Wat is Laravel Doc Pin?

Laravel Doc Pin is een Chrome-extensie ontwikkeld door cmorrell.com, en de belangrijkste functie is "Always load your preferred Laravel documentation version!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Laravel Doc Pin

Download Laravel Doc Pin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
Officiële URL https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
Beschrijving Always load your preferred Laravel documentation version!
Bestandsgrootte 20.41 KB
Aantal Installaties 53
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-05-19
Publicatiedatum 2017-05-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cmorrell.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}