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 |
官方網址 | 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" ] } |