Clip Copy
Copy text to your Android device with just one click!
What is Clip Copy?
Clip Copy is a Chrome extension developed by Urmil Parikh, and its main feature is "Copy text to your Android device with just one click!".
Extension Screenshots
Download Clip Copy Extension CRX File
Download Clip Copy 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
Clip Copy is a simple way to copy text from your browser to your Android phone or tablet. It comes handy for typing a long message or for copying long URLs from Google Chrome browser. This extension works with Clip Copy android application and enables context (right-click) menus in Google Chrome browser to send text directly from browser with just a single click. You can also send any text by clicking on Clip Copy icon installed to the right of address bar. Please make sure to always use latest version of Clip Copy android application.
Extension Basic Information
Name | Clip Copy |
ID | nhabmnkcikbafdgidlmjkflpiemhnbch |
Official URL | https://chromewebstore.google.com/detail/clip-copy/nhabmnkcikbafdgidlmjkflpiemhnbch |
Description | Copy text to your Android device with just one click! |
File Size | 135 KB |
Installation Count | 1,092 |
Current Version | 1.4 |
Last Updated | 2014-12-22 |
Publish Date | 2014-12-21 |
Rating | 4.40/5 Total 10 Ratings |
Developer | Urmil Parikh |
[email protected] | |
Payment Type | free |
Extension Website | https://clip-copy.appspot.com |
Help Page URL | https://clip-copy.appspot.com/developer |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip Copy", "short_name": "Clip Copy", "version": "1.4", "manifest_version": 2, "description": "Copy text to your Android device with just one click!", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "cookies", "https:\/\/clip-copy.appspot.com\/", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Clip Copy", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |