Api Caller

Simple app for calling the api, not many function there

¿Qué es Api Caller?

Api Caller es una extensión de Chrome desarrollada por sjackalxj, y su función principal es "Simple app for calling the api, not many function there".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Api Caller

Descarga archivos de extensión Api Caller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Api Caller Api Caller
ID ajjncidgihlcjckjonpcdegnabnoongj
URL Oficial https://chromewebstore.google.com/detail/api-caller/ajjncidgihlcjckjonpcdegnabnoongj
Descripción Simple app for calling the api, not many function there
Tamaño del Archivo 16.62 KB
Cantidad de Instalaciones 61
Versión Actual 1.0
Última Actualización 2023-01-25
Fecha de Publicación 2023-01-24
Desarrollador sjackalxj
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": [
        ""
    ]
}