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
官方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"
    }
}