Chrome Nfc Listener
Listens to Nfc serial monitor messages
Chrome Nfc Listenerとは何ですか?
Chrome Nfc Listenerはhttps://tcit.clによって開発されたChromeの拡張機能で、その主な機能は「Listens to Nfc serial monitor messages」です。
拡張機能のスクリーンショット
Chrome Nfc Listener拡張機能のCRXファイルをダウンロード
Chrome Nfc Listener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app listen to NFC reader device and send events to DispatchApp.
拡張機能の基本情報
名前 | Chrome Nfc Listener |
ID | jmeakhpkgniejdchmiinebcmkdilpina |
公式URL | https://chromewebstore.google.com/detail/chrome-nfc-listener/jmeakhpkgniejdchmiinebcmkdilpina |
説明 | Listens to Nfc serial monitor messages |
ファイルサイズ | 7.1 KB |
インストール数 | 174 |
現在のバージョン | 1.11 |
最終更新日 | 2016-02-22 |
公開日 | 2016-02-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://tcit.cl |
支払い方法 | free |
拡張機能のウェブサイト | http://www.tcit.cl |
ヘルプページのURL | http://www.transituc.com |
対応言語 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Nfc Listener", "description": "Listens to Nfc serial monitor messages", "version": "1.11", "icons": { "128": "DispatchApp.png" }, "background": { "persistent": true, "scripts": [ "bg.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ] } ] } |