Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

Wat is Hoppscotch Browser Extension?

Hoppscotch Browser Extension is een Chrome-extensie ontwikkeld door Andrew Bastin, en de belangrijkste functie is "Provides more capabilities for Hoppscotch".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hoppscotch Browser Extension

Download Hoppscotch Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
Officiële URL https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Beschrijving Provides more capabilities for Hoppscotch
Bestandsgrootte 467 KB
Aantal Installaties 60,000
Huidige Versie 0.31
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2020-06-25
Beoordeling 4.50/5 Totaal 26 Beoordelingen
Ontwikkelaar Andrew Bastin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hoppscotch.io/
Help Pagina-URL https://github.com/hoppscotch/hoppscotch
URL van de Privacybeleid Pagina https://docs.hoppscotch.io/support/privacy
Ondersteunde Talen 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"
    }
}