Hoppscotch Browser Extension
Provides more capabilities for Hoppscotch
Was ist Hoppscotch Browser Extension?
Hoppscotch Browser Extension ist eine Chrome-Erweiterung, die von Andrew Bastin entwickelt wurde, und ihr Hauptmerkmal ist "Provides more capabilities for Hoppscotch".
Erweiterungsscreenshots
Hoppscotch Browser Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hoppscotch Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Hoppscotch Browser Extension |
ID | amknoiejhlmhancpahfcfcfhllgkpbld |
Offizielle URL | https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld |
Beschreibung | Provides more capabilities for Hoppscotch |
Dateigröße | 467 KB |
Installationsanzahl | 60,000 |
Aktuelle Version | 0.31 |
Letztes Update | 2024-02-01 |
Veröffentlichungsdatum | 2020-06-25 |
Bewertung | 4.50/5 Insgesamt 26 Bewertungen |
Entwickler | Andrew Bastin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hoppscotch.io/ |
Hilfeseite URL | https://github.com/hoppscotch/hoppscotch |
URL der Datenschutzrichtlinien-Seite | https://docs.hoppscotch.io/support/privacy |
Unterstützte Sprachen | 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": [ " |