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. 擴展基本資訊
| 名稱 | |
| ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
| 官方網址 | 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"
]
} | |