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
拡張機能の基本情報
名前 | Screen QR Reader |
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 |
Eメール | [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" ] } |