Laravel Document Switcher
Link to laravel document page (JP).
Laravel Document Switcher란 무엇입니까?
Laravel Document Switcher은(는) tuki0918에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link to laravel document page (JP)."입니다.
확장 프로그램 스크린샷
Laravel Document Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Laravelの日本語ドキュメントに簡単に移動することが出来ます。 ■ 対応URL 「https://laravel.com/docs/*」 「http://readouble.com/laravel/*」
확장 프로그램 기본 정보
이름 | Laravel Document Switcher |
ID | jjnilgddjfkipgohjndcocjhkiplehkn |
공식 URL | https://chromewebstore.google.com/detail/laravel-document-switcher/jjnilgddjfkipgohjndcocjhkiplehkn |
설명 | Link to laravel document page (JP). |
파일 크기 | 922 KB |
설치 횟수 | 32 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
개발자 | tuki0918 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tuki0918/laravel-document-switcher |
도움말 페이지 URL | https://github.com/tuki0918/laravel-document-switcher/issues |
지원되는 언어 | 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" ] } |