Api Caller

Simple app for calling the api, not many function there

ما هو Api Caller؟

Api Caller هو إضافة Chrome تم تطويرها بواسطة sjackalxj، والميزة الرئيسية لها هي "Simple app for calling the api, not many function there".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Api Caller

قم بتنزيل ملفات الامتداد Api Caller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
        ""
    ]
}