Send to phone
Send any text to your phone
What is Send to phone?
Send to phone is a Chrome extension developed by Unknown, and its main feature is "Send any text to your phone".
Download Send to phone Extension CRX File
Download Send to phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Send to phone |
ID | bcojbpajiiplbpaigpadkccghbfbefhl |
Official URL | https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl |
Description | Send any text to your phone |
File Size | 3.87 KB |
Installation Count | 309 |
Current Version | 1.0 |
Last Updated | 2018-04-01 |
Publish Date | 2018-04-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |