Clip Copy
Copy text to your Android device with just one click!
Vad är Clip Copy?
Clip Copy är en Chrome-tillägg utvecklad av Urmil Parikh, och dess huvudfunktion är "Copy text to your Android device with just one click!".
Tilläggsskärmbilder
Ladda ner Clip Copy-förlängningens CRX-fil
Ladda ner Clip Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Clip Copy |
ID | nhabmnkcikbafdgidlmjkflpiemhnbch |
Officiell webbadress | https://chromewebstore.google.com/detail/clip-copy/nhabmnkcikbafdgidlmjkflpiemhnbch |
Beskrivning | Copy text to your Android device with just one click! |
Filstorlek | 135 KB |
Antal Installationer | 1,092 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2014-12-22 |
Publiceringsdatum | 2014-12-21 |
Betyg | 4.40/5 Totalt 10 Betyg |
Utvecklare | Urmil Parikh |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://clip-copy.appspot.com |
Hjälpsida URL | https://clip-copy.appspot.com/developer |
Stödda Språk | 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 } } |