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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 GoRes GoRes
ID dddmkbekakfndaacbcjlbkchgmndoenb
公式URL 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 レビュー
開発者 白眉鹰王
Eメール [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"
}