Send to phone
Send any text to your phone
Send to phoneとは何ですか?
Send to phoneはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Send any text to your phone」です。
Send to phone拡張機能のCRXファイルをダウンロード
Send to phone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension to copy text on your browser to your phone. Select a text on the browser window, click on the extension icon and it will convert your text into a QR Code. Now scan that with your phone. Note: Does not support address bar URLs and URLs hidden behind hyperlinks
拡張機能の基本情報
名前 | Send to phone |
ID | bcojbpajiiplbpaigpadkccghbfbefhl |
公式URL | https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl |
説明 | Send any text to your phone |
ファイルサイズ | 3.87 KB |
インストール数 | 309 |
現在のバージョン | 1.0 |
最終更新日 | 2018-04-01 |
公開日 | 2018-04-01 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to phone", "version": "1.0", "description": "Send any text to your phone", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |