Api Caller

Simple app for calling the api, not many function there

Что такое Api Caller?

Api Caller - это расширение Chrome, разработанное sjackalxj, и его основная функция - "Simple app for calling the api, not many function there".

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

screenshot

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

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

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

                        Too many complex software in the market with the function of calling remote api, but this one is no more than calling the api, and get what u want directly.                    

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

Название Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Официальный URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Описание Simple app for calling the api, not many function there
Размер файла 16.62 KB
Количество установок 61
Текущая Версия 1.0
Последнее Обновление 2023-01-25
Дата публикации 2023-01-24
Разработчик sjackalxj
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Api Caller",
    "description": "Simple app for calling the api, not many function there",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/assets\/icons\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}