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
官方網址 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": [
        ""
    ]
}