Laravel Document Switcher

Link to laravel document page (JP).

Hvad er Laravel Document Switcher?

Laravel Document Switcher er en Chrome-udvidelse udviklet af tuki0918, og dens hovedfunktion er "Link to laravel document page (JP).".

Udvidelsesskærmbilleder

screenshot

Download Laravel Document Switcher-udvidelses-CRX-fil

Download Laravel Document Switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Laravel Document Switcher Laravel Document Switcher
ID jjnilgddjfkipgohjndcocjhkiplehkn
Officiel URL https://chromewebstore.google.com/detail/laravel-document-switcher/jjnilgddjfkipgohjndcocjhkiplehkn
Beskrivelse Link to laravel document page (JP).
Filstørrelse 922 KB
Antal Installationer 32
Nuværende Version 0.1.1
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Udvikler tuki0918
Betalingsmetode free
Udvidelseswebsted https://github.com/tuki0918/laravel-document-switcher
Hjælpeside-URL https://github.com/tuki0918/laravel-document-switcher/issues
Understøttede Sprog 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"
    ]
}