Codebender.cc Extension

Codebender.cc Arduino Communication

Codebender.cc Extension क्या है?

Codebender.cc Extension codebender.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Codebender.cc Arduino Communication"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Codebender.cc Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}