GoRes
An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
GoRes là gì?
GoRes là một tiện ích mở rộng Chrome được phát triển bởi 白眉鹰王, và tính năng chính của nó là "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.".
Ả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 GoRes
Tải xuống các tệp mở rộng GoRes 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
An url redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes. https://chrome.google.com/webstore/detail/reres/gieocpkbblidnocefjakldecahgeeica?hl=zh-CN&gl=CN
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dddmkbekakfndaacbcjlbkchgmndoenb |
URL Chính Thức | https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb |
Mô tả | An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes. |
Kích Thước Tệp | 225 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2022-04-13 |
Ngày Phát Hành | 2019-12-13 |
Đánh Giá | 3.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | 白眉鹰王 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | zh-CN |
manifest.json | |
{ "author": "haiyang5210", "description": "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "img\/[email protected]", "16": "img\/[email protected]", "32": "img\/[email protected]", "48": "img\/[email protected]" }, "default_popup": "popup.html", "default_title": "GoRes" }, "icons": { "128": "img\/[email protected]", "16": "img\/[email protected]", "32": "img\/[email protected]", "48": "img\/[email protected]" }, "manifest_version": 3, "name": "GoRes", "options_page": "options.html", "permissions": [ "webRequest", "declarativeNetRequest", "tabs", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "short_name": "GoRes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.0" } |