CopyPaste
The simplest tool for copying from PC to phone
Apa itu CopyPaste?
CopyPaste adalah ekstensi Chrome yang dikembangkan oleh https://cp.westkit.org, dan fitur utamanya adalah "The simplest tool for copying from PC to phone".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CopyPaste
Unduh file ekstensi CopyPaste 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
The simplest tool for copying from PC to phone. All you need to do is visit this website. http://cp.westkit.org/ Then pair up with this app using your Facebook account. Done
Informasi Dasar Ekstensi
Nama | CopyPaste |
ID | pibbkpmefjbggajhipoppdcdcakiopmd |
URL Resmi | https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd |
Deskripsi | The simplest tool for copying from PC to phone |
Ukuran File | 9.42 KB |
Jumlah Instalasi | 366 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-08-05 |
Tanggal Publikasi | 2013-08-04 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://cp.westkit.org |
Tipe Pembayaran | free |
Situs Ekstensi | http://cp.westkit.org/ |
URL Halaman Bantuan | http://cp.westkit.org/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyPaste", "description": "The simplest tool for copying from PC to phone", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "contextMenus", "http:\/\/cp.westkit.org\/" ], "browser_action": { "default_icon": "img\/icon-128.png", "default_popup": "CopyPaste.html", "default_title": "CopyPaste - The simplest tool for copying from PC to phone" } } |