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
Eメール [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"
    }
}