Api Caller

Simple app for calling the api, not many function there

Hvad er Api Caller?

Api Caller er en Chrome-udvidelse udviklet af sjackalxj, og dens hovedfunktion er "Simple app for calling the api, not many function there".

Udvidelsesskærmbilleder

screenshot

Download Api Caller-udvidelses-CRX-fil

Download Api Caller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Officiel URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Beskrivelse Simple app for calling the api, not many function there
Filstørrelse 16.62 KB
Antal Installationer 61
Nuværende Version 1.0
Senest Opdateret 2023-01-25
Udgivelsesdato 2023-01-24
Udvikler sjackalxj
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
        ""
    ]
}