Laravel Doc Pin

Always load your preferred Laravel documentation version!

What is Laravel Doc Pin?

Laravel Doc Pin is a Chrome extension developed by cmorrell.com, and its main feature is "Always load your preferred Laravel documentation version!".

Extension Screenshots

screenshot

Download Laravel Doc Pin Extension CRX File

Download Laravel Doc Pin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Laravel Doc Pin Laravel Doc Pin
ID eofhmgcknfjdcihcbpnghkoipjcngpjp
Official URL https://chromewebstore.google.com/detail/laravel-doc-pin/eofhmgcknfjdcihcbpnghkoipjcngpjp
Description Always load your preferred Laravel documentation version!
File Size 20.41 KB
Installation Count 53
Current Version 1.0.1
Last Updated 2017-05-19
Publish Date 2017-05-19
Rating 5.00/5 Total 2 Ratings
Developer cmorrell.com
Payment Type free
Supported Languages 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"
    }
}