GoRes
An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.
什麼是GoRes?
GoRes是由白眉鹰王開發的Chrome擴展程式,該擴展的主要功能是“An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.”。
擴展截圖
下載GoRes擴展crx文件
下載GoRes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | dddmkbekakfndaacbcjlbkchgmndoenb |
官方網址 | https://chromewebstore.google.com/detail/gores/dddmkbekakfndaacbcjlbkchgmndoenb |
簡介 | An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes. |
檔案大小 | 225 KB |
安裝次數 | 4,000 |
目前版本 | 1.4.0 |
更新時間 | 2022-04-13 |
上架時間 | 2019-12-13 |
評分 | 3.50/5 共 8 次評分 |
開發者 | 白眉鹰王 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |