Api Caller

Simple app for calling the api, not many function there

Wat is Api Caller?

Api Caller is een Chrome-extensie ontwikkeld door sjackalxj, en de belangrijkste functie is "Simple app for calling the api, not many function there".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Api Caller

Download Api Caller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Officiële URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Beschrijving Simple app for calling the api, not many function there
Bestandsgrootte 16.62 KB
Aantal Installaties 61
Huidige Versie 1.0
Laatst Bijgewerkt 2023-01-25
Publicatiedatum 2023-01-24
Ontwikkelaar sjackalxj
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}