ScanMe
A Chrome extension that you can scan the qr code to open url on you cellphone.
What is ScanMe?
ScanMe is a Chrome extension developed by Lerry, and its main feature is "A Chrome extension that you can scan the qr code to open url on you cellphone.".
Extension Screenshots
Download ScanMe Extension CRX File
Download ScanMe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome extension that you can scan the qr code to open url on you cellphone. 扫描二维码,在你的手机上打开当前网页。
Extension Basic Information
Name | ScanMe |
ID | cchegmecehnbcgpmmnanfmdecgehokch |
Official URL | https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch |
Description | A Chrome extension that you can scan the qr code to open url on you cellphone. |
File Size | 14.63 KB |
Installation Count | 76 |
Current Version | 0.0.8 |
Last Updated | 2015-01-09 |
Publish Date | 2015-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Lerry |
Payment Type | free |
Extension Website | https://github.com/lerry/ScanMe |
Help Page URL | https://github.com/lerry/ScanMe |
Supported Languages | 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:\/\/*\/*" ] } |