Laravel Docs Redirect
Redirects you to latest Laravel docs version
Laravel Docs Redirectとは何ですか?
Laravel Docs RedirectはMightyPorkによって開発されたChromeの拡張機能で、その主な機能は「Redirects you to latest Laravel docs version」です。
拡張機能のスクリーンショット
Laravel Docs Redirect拡張機能のCRXファイルをダウンロード
Laravel Docs Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google gives you outdated Laravel docs? This extension makes it stop by always redirecting you to the latest version. The redirect happens *only* when you just came from Google, then you free to change the version as you please.
拡張機能の基本情報
名前 | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
公式URL | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
説明 | Redirects you to latest Laravel docs version |
ファイルサイズ | 11.24 KB |
インストール数 | 18 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-02-28 |
公開日 | 2016-02-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | MightyPork |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_matches": [ "*:\/\/laravel.com\/docs\/master\/*" ], "js": [ "script.js" ], "matches": [ "*:\/\/laravel.com\/docs\/*" ], "run_at": "document_start" } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "Redirects you to latest Laravel docs version", "manifest_version": 2, "name": "Laravel Docs Redirect", "version": "1.0.1" } |