Codebender.cc Extension
Codebender.cc Arduino Communication
Codebender.cc Extension란 무엇입니까?
Codebender.cc Extension은(는) codebender.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Codebender.cc Arduino Communication"입니다.
확장 프로그램 스크린샷
Codebender.cc Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |