QRLink
Generate QR code for any page to allow link sharing from browser to other devices.
什么是QRLink?
QRLink是由Rafik Tighilt开发的Chrome扩展程序,该扩展的主要功能是“Generate QR code for any page to allow link sharing from browser to other devices.”。
扩展截图
下载QRLink扩展crx文件
下载QRLink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.
扩展基本信息
名称 | QRLink |
ID | lehfdkbjieiagnjphoijdnmoknhegigg |
官方URL | https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg |
简介 | Generate QR code for any page to allow link sharing from browser to other devices. |
文件大小 | 96.83 KB |
安装次数 | 52 |
当前版本 | 1.0 |
更新时间 | 2017-10-03 |
上架时间 | 2017-10-03 |
评分 | 5.00/5 共3次评分 |
开发者 | Rafik Tighilt |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QRLink", "short_name": "QRL", "description": "Generate QR code for any page to allow link sharing from browser to other devices.", "version": "1.0", "author": "Rafik TIGHILT", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "Generate QRCode for this page" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |