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 |
官方網址 | 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 |
電子郵箱 | [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" } |