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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}