Api Caller

Simple app for calling the api, not many function there

Qu'est-ce que Api Caller ?

Api Caller est une extension Chrome développée par sjackalxj, et sa fonction principale est "Simple app for calling the api, not many function there".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Api Caller

Téléchargez les fichiers d'extension Api Caller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
URL Officiel https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Description Simple app for calling the api, not many function there
Taille du Fichier 16.62 KB
Nombre d'Installations 61
Version Actuelle 1.0
Dernière Mise à Jour 2023-01-25
Date de Publication 2023-01-24
Développeur sjackalxj
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}