Api Caller

Simple app for calling the api, not many function there

Cos'è Api Caller?

Api Caller è un'estensione di Chrome sviluppata da sjackalxj, e la sua funzione principale è "Simple app for calling the api, not many function there".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Api Caller

Scarica i file di estensione Api Caller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
URL Ufficiale https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Descrizione Simple app for calling the api, not many function there
Dimensione del File 16.62 KB
Conteggio Installazioni 61
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-25
Data di Pubblicazione 2023-01-24
Sviluppatore sjackalxj
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}