QR Code to Phone Clipboard
Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can…
QR Code to Phone Clipboardとは何ですか?
QR Code to Phone Clipboardはshredderheadによって開発されたChromeの拡張機能で、その主な機能は「Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can…」です。
拡張機能のスクリーンショット
QR Code to Phone Clipboard拡張機能のCRXファイルをダウンロード
QR Code to Phone Clipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can automatically copy the text to your phone's clipboard. Copy your computer clipboard to your phone using this easy QR Code Chrome Extension. Scan the QR Code with your phone and it copies text from your computer directly to your phone clipboard. Improve your workflow :) Please rate if you like this extension.
拡張機能の基本情報
名前 | QR Code to Phone Clipboard |
ID | fcdcdobfakahjdnkdfmikhhohiohjmbg |
公式URL | https://chromewebstore.google.com/detail/qr-code-to-phone-clipboar/fcdcdobfakahjdnkdfmikhhohiohjmbg |
説明 | Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can… |
ファイルサイズ | 11.55 MB |
インストール数 | 194 |
現在のバージョン | 0.0.1 |
最終更新日 | 2023-01-30 |
公開日 | 2023-01-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | shredderhead |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QR Code to Phone Clipboard", "version": "0.0.1", "icons": { "32": "images\/icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Copy text to phone" }, "background": { "service_worker": "background.js" } } |