Laravel Docs Redirect
Redirects you to latest Laravel docs version
Laravel Docs Redirect là gì?
Laravel Docs Redirect là một tiện ích mở rộng Chrome được phát triển bởi MightyPork, và tính năng chính của nó là "Redirects you to latest Laravel docs version".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Laravel Docs Redirect
Tải xuống các tệp mở rộng Laravel Docs Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
URL Chính Thức | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
Mô tả | Redirects you to latest Laravel docs version |
Kích Thước Tệp | 11.24 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2016-02-28 |
Ngày Phát Hành | 2016-02-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | MightyPork |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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" } |