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:\/\/*\/*" ] } |