QR Code Reader
A chrome extension for reading QR code from webpage.
什麼是QR Code Reader?
QR Code Reader是由Ayaan Ahmad開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension for reading QR code from webpage.”。
擴展截圖
下載QR Code Reader擴展crx文件
下載QR Code Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get the link to the QR Code shown on any web page.
To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.
Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code. 擴展基本資訊
| 名稱 | |
| ID | ogidhdapceihieacnnopijooamfceepd |
| 官方網址 | https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd |
| 簡介 | A chrome extension for reading QR code from webpage. |
| 檔案大小 | 98.24 KB |
| 安裝次數 | 4,189 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2022-10-20 |
| 上架時間 | 2022-08-09 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Ayaan Ahmad |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QR Code Reader",
"description": "A chrome extension for reading QR code from webpage.",
"version": "1.0.2",
"action": {
"default_popup": "dist\/popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"activeTab"
],
"manifest_version": 3,
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "Command+Shift+F"
},
"description": ""
}
}
} | |