Browser to Phone(by QRCode)
Let url/text/image from browser to phone by qrcode.
什么是Browser to Phone(by QRCode)?
Browser to Phone(by QRCode)是由https://sites.google.com/site/zhucai开发的Chrome扩展程序,该扩展的主要功能是“Let url/text/image from browser to phone by qrcode.”。
扩展截图
下载Browser to Phone(by QRCode)扩展crx文件
下载Browser to Phone(by QRCode)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It can build QRCode quickly, because it build QRCode at local and doesn't need network.
扩展基本信息
名称 | Browser to Phone(by QRCode) |
ID | eoigbcfpoheelamphjcmhdpjpgefefoi |
官方URL | https://chromewebstore.google.com/detail/browser-to-phoneby-qrcode/eoigbcfpoheelamphjcmhdpjpgefefoi |
简介 | Let url/text/image from browser to phone by qrcode. |
文件大小 | 53.66 KB |
安装次数 | 261 |
当前版本 | 1.0.1 |
更新时间 | 2013-09-29 |
上架时间 | 2013-09-29 |
评分 | 3.75/5 共4次评分 |
开发者 | https://sites.google.com/site/zhucai |
付费类型 | free |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon38.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDes__", "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "contextMenus", "tabs" ], "version": "1.0.1" } |