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 |
Eメール | [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" ] } |