Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

O que é Hoppscotch Browser Extension?

Hoppscotch Browser Extension é uma extensão do Chrome desenvolvida por Andrew Bastin, e sua principal característica é "Provides more capabilities for Hoppscotch".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hoppscotch Browser Extension

Baixe arquivos de extensão Hoppscotch Browser Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
URL Oficial https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Descrição Provides more capabilities for Hoppscotch
Tamanho do Arquivo 467 KB
Contagem de Instalações 60,000
Versão Atual 0.31
Última Atualização 2024-02-01
Data de Publicação 2020-06-25
Classificação 4.50/5 Total de 26 Avaliações
Desenvolvedor Andrew Bastin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hoppscotch.io/
URL da Página de Ajuda https://github.com/hoppscotch/hoppscotch
URL da Página de Política de Privacidade https://docs.hoppscotch.io/support/privacy
Idiomas Suportados 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"
    }
}