Clip Copy
Copy text to your Android device with just one click!
Cos'è Clip Copy?
Clip Copy è un'estensione di Chrome sviluppata da Urmil Parikh, e la sua funzione principale è "Copy text to your Android device with just one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clip Copy
Scarica i file di estensione Clip Copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Clip Copy |
ID | nhabmnkcikbafdgidlmjkflpiemhnbch |
URL Ufficiale | https://chromewebstore.google.com/detail/clip-copy/nhabmnkcikbafdgidlmjkflpiemhnbch |
Descrizione | Copy text to your Android device with just one click! |
Dimensione del File | 135 KB |
Conteggio Installazioni | 1,092 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2014-12-22 |
Data di Pubblicazione | 2014-12-21 |
Valutazione | 4.40/5 Totale 10 Valutazioni |
Sviluppatore | Urmil Parikh |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://clip-copy.appspot.com |
URL della Pagina di Aiuto | https://clip-copy.appspot.com/developer |
Lingue Supportate | 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 } } |