Hoppscotch Browser Extension
Provides more capabilities for Hoppscotch
Cos'è Hoppscotch Browser Extension?
Hoppscotch Browser Extension è un'estensione di Chrome sviluppata da Andrew Bastin, e la sua funzione principale è "Provides more capabilities for Hoppscotch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hoppscotch Browser Extension
Scarica i file di estensione Hoppscotch Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hoppscotch Browser Extension |
ID | amknoiejhlmhancpahfcfcfhllgkpbld |
URL Ufficiale | https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld |
Descrizione | Provides more capabilities for Hoppscotch |
Dimensione del File | 467 KB |
Conteggio Installazioni | 60,000 |
Versione Corrente | 0.31 |
Ultimo Aggiornamento | 2024-02-01 |
Data di Pubblicazione | 2020-06-25 |
Valutazione | 4.50/5 Totale 26 Valutazioni |
Sviluppatore | Andrew Bastin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://hoppscotch.io/ |
URL della Pagina di Aiuto | https://github.com/hoppscotch/hoppscotch |
URL della Pagina della Politica sulla Privacy | https://docs.hoppscotch.io/support/privacy |
Lingue Supportate | 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": [ " |