Api Caller

Simple app for calling the api, not many function there

What is Api Caller?

Api Caller is a Chrome extension developed by sjackalxj, and its main feature is "Simple app for calling the api, not many function there".

Extension Screenshots

screenshot

Download Api Caller Extension CRX File

Download Api Caller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
Official URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Description Simple app for calling the api, not many function there
File Size 16.62 KB
Installation Count 61
Current Version 1.0
Last Updated 2023-01-25
Publish Date 2023-01-24
Developer sjackalxj
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ]
}