Sensorizer
Google Chrome Extension implementation of Sensorizer Client
Qu'est-ce que Sensorizer ?
Sensorizer est une extension Chrome développée par jin, et sa fonction principale est "Google Chrome Extension implementation of Sensorizer Client".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sensorizer
Téléchargez les fichiers d'extension Sensorizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Webページ状に仮想センサを配置して、値を定期的に取得可能にします。
Informations de Base sur l'Extension
Nom | |
ID | mkjooaoejjpnbcccjfmekdebdcjdolnf |
URL Officiel | https://chromewebstore.google.com/detail/sensorizer/mkjooaoejjpnbcccjfmekdebdcjdolnf |
Description | Google Chrome Extension implementation of Sensorizer Client |
Taille du Fichier | 749 KB |
Nombre d'Installations | 224 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2019-10-17 |
Date de Publication | 2019-10-17 |
Développeur | jin |
Type de Paiement | free |
Site Web de l'Extension | https://www.jn.sfc.keio.ac.jp |
Langues Prises en Charge | 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" ] } |