QR Clip and Scan
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
什么是QR Clip and Scan?
QR Clip and Scan是由Haru Soft开发的Chrome扩展程序,该扩展的主要功能是“Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…”。
扩展截图
下载QR Clip and Scan扩展crx文件
下载QR Clip and Scan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like 'Shif+Win+S' on Windows10) then paste('Ctrl+V') on popup of this extension, this extension scan the QR code.
扩展基本信息
名称 | QR Clip and Scan |
ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
官方URL | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
简介 | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
文件大小 | 66.58 KB |
安装次数 | 5,692 |
当前版本 | 0.0.0.1 |
更新时间 | 2020-10-28 |
上架时间 | 2020-10-28 |
评分 | 4.11/5 共9次评分 |
开发者 | Haru Soft |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
帮助页面URL | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Clip and Scan", "version": "0.0.0.1", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": { "128": "icons\/icon.png" }, "default_title": "QR Clip and Scan", "default_popup": "popup\/popup.html", "browser_style": false }, "permissions": [ "tabs", "clipboardRead" ] } |