Api Caller

Simple app for calling the api, not many function there

Co to jest Api Caller?

Api Caller to rozszerzenie Chrome opracowane przez sjackalxj, a jego główną funkcją jest „Simple app for calling the api, not many function there”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Api Caller

Pobierz pliki rozszerzeń Api Caller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Oficjalny URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Opis Simple app for calling the api, not many function there
Rozmiar pliku 16.62 KB
Liczba instalacji 61
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-01-25
Data Publikacji 2023-01-24
Deweloper sjackalxj
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
        ""
    ]
}