GoRes2

Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required

GoRes2คืออะไร?

GoRes2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 白眉鹰王 และคุณลักษณะหลักของมันคือ "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoRes2

ดาวน์โหลดไฟล์ส่วนขยาย GoRes2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As a web developer, when I debug the web, often need mock some data for test or debug, traditionally, we can use Fiddler, Charles, but it is not so easy. So, inspire by "Chrome Response Override” developed this extension to support mocking response like HTML/CSS/Javascript/JSON. No external app installation required.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GoRes2 GoRes2
ID hkicbkglbdghommjhbhpnabmicjcinam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam
คำอธิบาย Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-01-24
วันที่เผยแพร่ 2022-04-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 白眉鹰王
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://haiyang.me/extensions/MockResponse/
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_icon": {
            "128": "images\/icon.png",
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "GoRes2"
    },
    "author": "haiyang5210",
    "description": "Provides support to GoRes2 HTML\/CSS\/Javascript\/JSON. No external app installation required",
    "devtools_page": "devtools.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "GoRes2",
    "permissions": [
        "debugger",
        "tabs",
        "storage"
    ],
    "short_name": "GoRes2",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0"
}