Laravel Document Switcher

Link to laravel document page (JP).

What is Laravel Document Switcher?

Laravel Document Switcher is a Chrome extension developed by tuki0918, and its main feature is "Link to laravel document page (JP).".

Extension Screenshots

screenshot

Download Laravel Document Switcher Extension CRX File

Download Laravel Document Switcher 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

                        Laravelの日本語ドキュメントに簡単に移動することが出来ます。

■ 対応URL
「https://laravel.com/docs/*」
「http://readouble.com/laravel/*」                    

Extension Basic Information

Name Laravel Document Switcher Laravel Document Switcher
ID jjnilgddjfkipgohjndcocjhkiplehkn
Official URL https://chromewebstore.google.com/detail/laravel-document-switcher/jjnilgddjfkipgohjndcocjhkiplehkn
Description Link to laravel document page (JP).
File Size 922 KB
Installation Count 32
Current Version 0.1.1
Last Updated 2019-03-08
Publish Date 2019-03-08
Developer tuki0918
Payment Type free
Extension Website https://github.com/tuki0918/laravel-document-switcher
Help Page URL https://github.com/tuki0918/laravel-document-switcher/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laravel Document Switcher",
    "version": "0.1.1",
    "description": "Link to laravel document page (JP).",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/icons\/icon19.png"
        },
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}