QR URL Transfer
Transfer a web page address to a smartphone using QR-code
什么是QR URL Transfer?
QR URL Transfer是由Eoos Ventures开发的Chrome扩展程序,该扩展的主要功能是“Transfer a web page address to a smartphone using QR-code”。
扩展截图
下载QR URL Transfer扩展crx文件
下载QR URL Transfer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
扩展基本信息
名称 | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
官方URL | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
简介 | Transfer a web page address to a smartphone using QR-code |
文件大小 | 63.23 KB |
安装次数 | 83 |
当前版本 | 0.0.0.1 |
更新时间 | 2018-02-10 |
上架时间 | 2018-02-10 |
评分 | 5.00/5 共1次评分 |
开发者 | Eoos Ventures |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |