ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
ScanMeとは何ですか?
ScanMeはLerryによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that you can scan the qr code to open url on you cellphone.」です。
拡張機能のスクリーンショット
ScanMe拡張機能のCRXファイルをダウンロード
ScanMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome extension that you can scan the qr code to open url on you cellphone. 扫描二维码,在你的手机上打开当前网页。
拡張機能の基本情報
名前 | ScanMe |
ID | cchegmecehnbcgpmmnanfmdecgehokch |
公式URL | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
説明 | A Chrome extension that you can scan the qr code to open url on you cellphone. |
ファイルサイズ | 14.63 KB |
インストール数 | 76 |
現在のバージョン | 0.0.8 |
最終更新日 | 2015-01-09 |
公開日 | 2015-01-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Lerry |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lerry/ScanMe |
ヘルプページのURL | https://github.com/lerry/ScanMe |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.8", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "128": "images\/icon-128.png" }, "default_title": "ScanMe", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |