Screen QR Reader
Read the QR code on the screen.
什么是Screen QR Reader?
Screen QR Reader是由tk0111开发的Chrome扩展程序,该扩展的主要功能是“Read the QR code on the screen.”。
扩展截图
下载Screen QR Reader扩展crx文件
下载Screen QR Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.
Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion 扩展基本信息
| 名称 | |
| ID | ekoaehpknadfoaolagjfdefeopkhfhln |
| 官方URL | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
| 简介 | Read the QR code on the screen. |
| 文件大小 | 131 KB |
| 安装次数 | 3,000 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2023-01-31 |
| 上架时间 | 2023-01-28 |
| 评分 | 3.40/5 共5次评分 |
| 开发者 | tk0111 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://tkobayashi0111.github.io/webext-privacy-policy |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Screen QR Reader",
"default_locale": "en",
"description": "__MSG_Description__",
"version": "0.1.2",
"version_name": "0.1.2",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "src\/popup\/popup.html"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |