Api Caller

Simple app for calling the api, not many function there

Vad är Api Caller?

Api Caller är en Chrome-tillägg utvecklad av sjackalxj, och dess huvudfunktion är "Simple app for calling the api, not many function there".

Tilläggsskärmbilder

screenshot

Ladda ner Api Caller-förlängningens CRX-fil

Ladda ner Api Caller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Officiell webbadress https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Beskrivning Simple app for calling the api, not many function there
Filstorlek 16.62 KB
Antal Installationer 61
Aktuell Version 1.0
Senast Uppdaterad 2023-01-25
Publiceringsdatum 2023-01-24
Utvecklare sjackalxj
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
        ""
    ]
}