Laravel Doc Pin

Always load your preferred Laravel documentation version!

什麼是Laravel Doc Pin?

Laravel Doc Pin是由cmorrell.com開發的Chrome擴展程式,該擴展的主要功能是“Always load your preferred Laravel documentation version!”。

擴展截圖

screenshot

下載Laravel Doc Pin擴展crx文件

下載Laravel Doc Pin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
官方網址 https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
簡介 Always load your preferred Laravel documentation version!
檔案大小 20.41 KB
安裝次數 53
目前版本 1.0.1
更新時間 2017-05-19
上架時間 2017-05-19
評分 5.00/5 共 2 次評分
開發者 cmorrell.com
付費類型 free
支援的語言 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"
    }
}