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
官方URL 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"
    }
}