Clip Copy
Copy text to your Android device with just one click!
Apa itu Clip Copy?
Clip Copy adalah ekstensi Chrome yang dikembangkan oleh Urmil Parikh, dan fitur utamanya adalah "Copy text to your Android device with just one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clip Copy
Unduh file ekstensi Clip Copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Clip Copy |
ID | nhabmnkcikbafdgidlmjkflpiemhnbch |
URL Resmi | https://chromewebstore.google.com/detail/clip-copy/nhabmnkcikbafdgidlmjkflpiemhnbch |
Deskripsi | Copy text to your Android device with just one click! |
Ukuran File | 135 KB |
Jumlah Instalasi | 1,092 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2014-12-22 |
Tanggal Publikasi | 2014-12-21 |
Penilaian | 4.40/5 Total 10 Penilaian |
Pengembang | Urmil Parikh |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://clip-copy.appspot.com |
URL Halaman Bantuan | https://clip-copy.appspot.com/developer |
Bahasa yang Didukung | 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 } } |