Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

¿Qué es Hoppscotch Browser Extension?

Hoppscotch Browser Extension es una extensión de Chrome desarrollada por Andrew Bastin, y su función principal es "Provides more capabilities for Hoppscotch".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hoppscotch Browser Extension

Descarga archivos de extensión Hoppscotch Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
URL Oficial https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Descripción Provides more capabilities for Hoppscotch
Tamaño del Archivo 467 KB
Cantidad de Instalaciones 60,000
Versión Actual 0.31
Última Actualización 2024-02-01
Fecha de Publicación 2020-06-25
Calificación 4.50/5 Total de 26 Calificaciones
Desarrollador Andrew Bastin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hoppscotch.io/
URL de la Página de Ayuda https://github.com/hoppscotch/hoppscotch
URL de la Página de Política de Privacidad https://docs.hoppscotch.io/support/privacy
Idiomas Soportados 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"
    }
}