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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 개의 평점
개발자 白眉鹰王
이메일 [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"
}