Restfox

Minimalistic HTTP Client for API Development and Testing

Что такое Restfox?

Restfox - это расширение Chrome, разработанное https://restfox.dev, и его основная функция - "Minimalistic HTTP Client for API Development and Testing".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple.

Features:
- Workspaces
- Tabs
- Nested Folders
- Lots of context menus
- Response history
- Plugins
- GraphQL support
- Import collections exported from Postman and Insomnia
- Simple user friendly interface                    

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

Название Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
Официальный URL https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
Описание Minimalistic HTTP Client for API Development and Testing
Размер файла 3.82 MB
Количество установок 404
Текущая Версия 1.0.604
Последнее Обновление 2024-01-17
Дата публикации 2022-11-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://restfox.dev
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/flawiddsouza/Restfox/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Restfox",
    "description": "Minimalistic HTTP Client for API Development and Testing",
    "version": "1.0.604",
    "manifest_version": 3,
    "icons": {
        "512": "icons\/favicon.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/favicon.png"
        }
    }
}