Api Caller

Simple app for calling the api, not many function there

Was ist Api Caller?

Api Caller ist eine Chrome-Erweiterung, die von sjackalxj entwickelt wurde, und ihr Hauptmerkmal ist "Simple app for calling the api, not many function there".

Erweiterungsscreenshots

screenshot

Api Caller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Api Caller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Offizielle URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Beschreibung Simple app for calling the api, not many function there
Dateigröße 16.62 KB
Installationsanzahl 61
Aktuelle Version 1.0
Letztes Update 2023-01-25
Veröffentlichungsdatum 2023-01-24
Entwickler sjackalxj
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
        ""
    ]
}