API Proxy Agent for Google Chrome™

Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…

ما هو API Proxy Agent for Google Chrome™؟

API Proxy Agent for Google Chrome™ هو إضافة Chrome تم تطويرها بواسطة webduino.io، والميزة الرئيسية لها هي "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

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

screenshot

تحميل ملف CRX للإضافة API Proxy Agent for Google Chrome™

قم بتنزيل ملفات الامتداد API Proxy Agent for Google Chrome™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Leverage Chrome App APIs in Normal Web Pages.

Visit github page for more information: http://webduinoio.github.io/chrome-api-proxy.

*Currently only chrome.serial.* and chrome.bluetooth.* apis are supported.

**Google Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

معلومات أساسية عن التمديد

الاسم API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
عنوان URL الرسمي https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
الوصف Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
حجم الملف 25.93 KB
عدد التثبيتات 1,018
النسخة الحالية 0.0.7
آخر تحديث 2016-06-29
تاريخ النشر 2016-06-29
تقييم 4.50/5 مجموع تقييمات 14
المطور webduino.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/webduinoio/chrome-api-proxy
عنوان صفحة المساعدة https://github.com/webduinoio/chrome-api-proxy/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "API Proxy Agent for Google Chrome\u2122",
    "version": "0.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    }
}