Copy Buddy
A place to store things that you want to copy and paste later
Apa itu Copy Buddy?
Copy Buddy adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A place to store things that you want to copy and paste later".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Buddy
Unduh file ekstensi Copy Buddy 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
A place to store things that you want to copy and paste later
Informasi Dasar Ekstensi
Nama | |
ID | hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
URL Resmi | https://chromewebstore.google.com/detail/copy-buddy/hfngfhpdjgdlcpgjfjhdfcdafphhfojo |
Deskripsi | A place to store things that you want to copy and paste later |
Ukuran File | 26.25 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2017-05-05 |
Tanggal Publikasi | 2017-05-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/flooose/copy_buddy |
URL Halaman Bantuan | https://github.com/flooose/copy_buddy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Buddy", "version": "0.4.0", "description": "A place to store things that you want to copy and paste later", "icons": { "16": "copy-buddy-16.png", "48": "copy-buddy-48.png", "128": "copy-buddy-128.png" }, "author": "christopher floess", "browser_action": { "default_icon": "drawing-1.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "storage", "https:\/\/ajax.googleapis.com\/" ] } |