Laravel Docs Redirect

Redirects you to latest Laravel docs version

什么是Laravel Docs Redirect?

Laravel Docs Redirect是由MightyPork开发的Chrome扩展程序,该扩展的主要功能是“Redirects you to latest Laravel docs version”。

扩展截图

screenshot

下载Laravel Docs Redirect扩展crx文件

下载Laravel Docs Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Google gives you outdated Laravel docs?

This extension makes it stop by always redirecting you to the latest version.

The redirect happens *only* when you just came from Google, then you free to change the version as you please.                    

扩展基本信息

名称 Laravel Docs Redirect Laravel Docs Redirect
ID hdbkgmhpccfohpchdbcnimghnenjalii
官方URL https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii
简介 Redirects you to latest Laravel docs version
文件大小 11.24 KB
安装次数 18
当前版本 1.0.1
更新时间 2016-02-28
上架时间 2016-02-28
评分 5.00/5 共2次评分
开发者 MightyPork
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/laravel.com\/docs\/master\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/laravel.com\/docs\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Redirects you to latest Laravel docs version",
    "manifest_version": 2,
    "name": "Laravel Docs Redirect",
    "version": "1.0.1"
}