Laptop to Mobile Phone
Copy text from Laptop to Mobile Phone
What is Laptop to Mobile Phone?
Laptop to Mobile Phone is a Chrome extension developed by Arjun, and its main feature is "Copy text from Laptop to Mobile Phone".
Extension Screenshots
Download Laptop to Mobile Phone Extension CRX File
Download Laptop to Mobile 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
Copies the text from Laptop to Mobile Phone without installing any tools. Simply type and scan from your phone's camera. No apps needed.
Extension Basic Information
Name | Laptop to Mobile Phone |
ID | dlmbnpmjeldlnieminbchfjljnfflmoi |
Official URL | https://chromewebstore.google.com/detail/laptop-to-mobile-phone/dlmbnpmjeldlnieminbchfjljnfflmoi |
Description | Copy text from Laptop to Mobile Phone |
File Size | 88.91 KB |
Installation Count | 154 |
Current Version | 1.1 |
Last Updated | 2020-12-27 |
Publish Date | 2020-12-26 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Arjun |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Laptop to Mobile Phone", "description": "Copy text from Laptop to Mobile Phone", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |