Laravel Doc Pin

Always load your preferred Laravel documentation version!

Co to jest Laravel Doc Pin?

Laravel Doc Pin to rozszerzenie Chrome opracowane przez cmorrell.com, a jego główną funkcją jest „Always load your preferred Laravel documentation version!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Laravel Doc Pin

Pobierz pliki rozszerzeń Laravel Doc Pin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
Oficjalny URL https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
Opis Always load your preferred Laravel documentation version!
Rozmiar pliku 20.41 KB
Liczba instalacji 53
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-05-19
Data Publikacji 2017-05-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper cmorrell.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}