Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

Vad är Hoppscotch Browser Extension?

Hoppscotch Browser Extension är en Chrome-tillägg utvecklad av Andrew Bastin, och dess huvudfunktion är "Provides more capabilities for Hoppscotch".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hoppscotch Browser Extension-förlängningens CRX-fil

Ladda ner Hoppscotch Browser Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
Officiell webbadress https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Beskrivning Provides more capabilities for Hoppscotch
Filstorlek 467 KB
Antal Installationer 60,000
Aktuell Version 0.31
Senast Uppdaterad 2024-02-01
Publiceringsdatum 2020-06-25
Betyg 4.50/5 Totalt 26 Betyg
Utvecklare Andrew Bastin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hoppscotch.io/
Hjälpsida URL https://github.com/hoppscotch/hoppscotch
URL till Sekretesspolicy Sidan https://docs.hoppscotch.io/support/privacy
Stödda Språk 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"
    }
}