Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

Что такое Hoppscotch Browser Extension?

Hoppscotch Browser Extension - это расширение Chrome, разработанное Andrew Bastin, и его основная функция - "Provides more capabilities for Hoppscotch".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Hoppscotch Browser Extension

Скачайте файлы расширений Hoppscotch Browser Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
Официальный URL https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Описание Provides more capabilities for Hoppscotch
Размер файла 467 KB
Количество установок 60,000
Текущая Версия 0.31
Последнее Обновление 2024-02-01
Дата публикации 2020-06-25
Рейтинг 4.50/5 Всего 26 оценок
Разработчик Andrew Bastin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hoppscotch.io/
URL страницы помощи https://github.com/hoppscotch/hoppscotch
URL страницы политики конфиденциальности https://docs.hoppscotch.io/support/privacy
Поддерживаемые языки 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"
    }
}