Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

什麼是Hoppscotch Browser Extension?

Hoppscotch Browser Extension是由Andrew Bastin開發的Chrome擴展程式,該擴展的主要功能是“Provides more capabilities for Hoppscotch”。

擴展截圖

screenshot
screenshot

下載Hoppscotch Browser Extension擴展crx文件

下載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
官方網址 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"
    }
}