AutoRedirect
auto Redirect.
AutoRedirect là gì?
AutoRedirect là một tiện ích mở rộng Chrome được phát triển bởi SuperExt, và tính năng chính của nó là "auto Redirect.".
Ả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 AutoRedirect
Tải xuống các tệp mở rộng AutoRedirect 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
在浏览器中打开的文件或者网址,自动重新定位到新的网址。 如果匹配到多个结果,会提示你选择你想要打开的网址。 --- 使用场景,本地环境与dev环境自动切换。 --- 2016年1月25日 Update: URL中带参数的bug fix. 2014年8月30日 Update: 首次打开加载配置样本.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AutoRedirect |
ID | edgiaaakbcjloebnmehbnfiajbhcpbcf |
URL Chính Thức | https://chromewebstore.google.com/detail/autoredirect/edgiaaakbcjloebnmehbnfiajbhcpbcf |
Mô tả | auto Redirect. |
Kích Thước Tệp | 51.56 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2016-01-25 |
Ngày Phát Hành | 2016-01-25 |
Nhà Phát Triển | SuperExt |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4", "manifest_version": 2, "name": "AutoRedirect", "description": "auto Redirect.", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "background": { "scripts": [ "script\/jquery.min.js", "script\/background.js" ] }, "browser_action": { "default_title": "auto Redirect", "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_48.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon_19.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |