Api Caller

Simple app for calling the api, not many function there

什么是Api Caller?

Api Caller是由sjackalxj开发的Chrome扩展程序,该扩展的主要功能是“Simple app for calling the api, not many function there”。

扩展截图

screenshot

下载Api Caller扩展crx文件

下载Api Caller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
官方URL https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
简介 Simple app for calling the api, not many function there
文件大小 16.62 KB
安装次数 61
当前版本 1.0
更新时间 2023-01-25
上架时间 2023-01-24
开发者 sjackalxj
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
        ""
    ]
}