Hoppscotch Browser Extension
Provides more capabilities for Hoppscotch
Co je Hoppscotch Browser Extension?
Hoppscotch Browser Extension je rozšíření Chrome vyvinuté Andrew Bastin, a jeho hlavní funkcí je „Provides more capabilities for Hoppscotch“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hoppscotch Browser Extension
Stáhněte si soubory rozšíření Hoppscotch Browser Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Hoppscotch Browser Extension |
ID | amknoiejhlmhancpahfcfcfhllgkpbld |
Oficiální URL | https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld |
Popis | Provides more capabilities for Hoppscotch |
Velikost souboru | 467 KB |
Počet instalací | 60,000 |
Aktuální Verze | 0.31 |
Poslední Aktualizace | 2024-02-01 |
Datum Vydání | 2020-06-25 |
Hodnocení | 4.50/5 Celkem 26 Hodnocení |
Vývojář | Andrew Bastin |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hoppscotch.io/ |
URL Stránky Nápovědy | https://github.com/hoppscotch/hoppscotch |
URL Stránky Zásad Ochrany Soukromí | https://docs.hoppscotch.io/support/privacy |
Podporované Jazyky | 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": [ " |