Sensorizer
Google Chrome Extension implementation of Sensorizer Client
Sensorizer란 무엇입니까?
Sensorizer은(는) jin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome Extension implementation of Sensorizer Client"입니다.
확장 프로그램 스크린샷
Sensorizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Webページ状に仮想センサを配置して、値を定期的に取得可能にします。
확장 프로그램 기본 정보
이름 | |
ID | mkjooaoejjpnbcccjfmekdebdcjdolnf |
공식 URL | https://chromewebstore.google.com/detail/sensorizer/mkjooaoejjpnbcccjfmekdebdcjdolnf |
설명 | Google Chrome Extension implementation of Sensorizer Client |
파일 크기 | 749 KB |
설치 횟수 | 224 |
현재 버전 | 0.7 |
최근 업데이트 | 2019-10-17 |
출시 날짜 | 2019-10-17 |
개발자 | jin |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.jn.sfc.keio.ac.jp |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sensorizer", "version": "0.7", "description": "Google Chrome Extension implementation of Sensorizer Client", "browser_action": { "default_icon": "icon19.png", "default_title": "Sensorize It!", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "js\/lib\/jquery-1.10.2.js", "js\/lib\/jquery.dropotron.min.js", "js\/lib\/config.js", "js\/lib\/underscore-min.js", "js\/lib\/backbone.js", "js\/lib\/gmaps.js", "js\/lib\/strophe.js", "js\/lib\/sox.strophe.pubsub.js", "js\/lib\/strophe.x.js", "js\/lib\/jscron.js", "js\/sox\/SoxClient.js", "js\/sox\/SoxEventListener.js", "js\/sox\/Device.js", "js\/sox\/Transducer.js", "js\/sox\/SensorData.js", "js\/Sensorizer.js", "js\/main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/maps.google.com https:\/\/maps.gstatic.com https:\/\/maps.googleapis.com https:\/\/mts0.googleapis.com https:\/\/mts1.googleapis.com https:\/\/cbks0.googleapis.com 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "index.html" ] } |