Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

Hoppscotch Browser Extensionคืออะไร?

Hoppscotch Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Bastin และคุณลักษณะหลักของมันคือ "Provides more capabilities for Hoppscotch"

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

screenshot
screenshot

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

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

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

                        This extension provides better user experience while using Hoppscotch.

It removes CORS restrictions that are encountered when sending requests which do not comply to the CORS restrictions.

Hoppscotch is an Open Source Project built by a group of amazing contributors and we would love your help to make it even better!
Haven't tried Hoppscotch ? Go to: https://hoppscotch.io
Contribute to Hoppscotch: https://github.com/hoppscotch/hoppscotch
Contribute to this extension: https://github.com/hoppscotch/hoppscotch-extension                    

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

ชื่อ Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
คำอธิบาย Provides more capabilities for Hoppscotch
ขนาดไฟล์ 467 KB
จำนวนการติดตั้ง 60,000
เวอร์ชันปัจจุบัน 0.31
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2020-06-25
คะแนน 4.50/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Andrew Bastin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hoppscotch.io/
URL หน้าช่วยเหลือ https://github.com/hoppscotch/hoppscotch
URL หน้านโยบายความเป็นส่วนตัว https://docs.hoppscotch.io/support/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hoppscotch Browser Extension",
    "version": "0.31",
    "description": "Provides more capabilities for Hoppscotch",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_title": "Hoppscotch Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "index.js"
    }
}

ส่วนขยายที่เกี่ยวข้อง