Laravel Document Switcher
Link to laravel document page (JP).
Co to jest Laravel Document Switcher?
Laravel Document Switcher to rozszerzenie Chrome opracowane przez tuki0918, a jego główną funkcją jest „Link to laravel document page (JP).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Laravel Document Switcher
Pobierz pliki rozszerzeń Laravel Document Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Laravelの日本語ドキュメントに簡単に移動することが出来ます。 ■ 対応URL 「https://laravel.com/docs/*」 「http://readouble.com/laravel/*」
Podstawowe informacje o rozszerzeniu
Nazwa | Laravel Document Switcher |
ID | jjnilgddjfkipgohjndcocjhkiplehkn |
Oficjalny URL | https://chromewebstore.google.com/detail/laravel-document-switcher/jjnilgddjfkipgohjndcocjhkiplehkn |
Opis | Link to laravel document page (JP). |
Rozmiar pliku | 922 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Deweloper | tuki0918 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tuki0918/laravel-document-switcher |
Adres URL Strony Pomocy | https://github.com/tuki0918/laravel-document-switcher/issues |
Obsługiwane Języki | 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" ] } |