Codebender.cc Extension

Codebender.cc Arduino Communication

Codebender.cc Extensionคืออะไร?

Codebender.cc Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย codebender.cc และคุณลักษณะหลักของมันคือ "Codebender.cc Arduino Communication"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codebender.cc Extension

ดาวน์โหลดไฟล์ส่วนขยาย Codebender.cc Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Using this plugin you can access Arduino-like devices, and serial ports in general, and program any Arduino-compatible device from your browser.

Combine this with the codebender [1] Arduino IDE, to develop faster, and easier, without installing and managing software from multiple computers, and easily transfer your sketch/program to your Arduino.

Win 8/8.1 USERS:
Unfortunately, the Chrome Store doesn’t allow you to download NPAPI plugins for Windows 8/8.1. Don’t worry, you can just download and install it from here [2].

NOTICE: Because the plugin runs outside the “sandbox”, the Chrome store gives you a really scary warning about permissions. Actually, the plugin only needs permissions to access your serial/usb devices.

[1] http://codebender.cc
[2] https://codebender.cc/static/plugin                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Codebender.cc Extension Codebender.cc Extension
ID fkjidelplakiboijmadcpcbpboihkmee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codebendercc-extension/fkjidelplakiboijmadcpcbpboihkmee
คำอธิบาย Codebender.cc Arduino Communication
ขนาดไฟล์ 4.41 MB
จำนวนการติดตั้ง 1,266
เวอร์ชันปัจจุบัน 1.6.1.0
อัปเดตครั้งล่าสุด 2015-05-07
วันที่เผยแพร่ 2015-05-07
คะแนน 4.32/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา codebender.cc
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "description": "Codebender.cc Arduino Communication",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC69JuLWquAptFHI6hDNAiz1L\/o3RZ+WNExtI3H94a15p4TlC4\/8se2IKMCZwcwOF3k+Zb+suI5I6UMeYv72nVoOR3Ah\/I0Ez\/NUA5TxnqYp1BNGqf6sSxqiFbxWfJh+iX8Kg\/QbT10tPUg7+czuN1T6pox5lTigpiRcA\/XlqdZSwIDAQAB",
    "manifest_version": 2,
    "name": "Codebender.cc Extension",
    "plugins": [
        {
            "path": "npCodebendercc.so",
            "public": true
        },
        {
            "path": "npCodebendercc64.so",
            "public": true
        },
        {
            "path": "npCodebendercc.dll",
            "public": true
        },
        {
            "path": "Codebendercc.plugin",
            "public": true
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1.0"
}