ClipSync
This extension will help you copy text from all your devices linked to google account.
Apa itu ClipSync?
ClipSync adalah ekstensi Chrome yang dikembangkan oleh Abhishek Meharia, dan fitur utamanya adalah "This extension will help you copy text from all your devices linked to google account.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ClipSync
Unduh file ekstensi ClipSync 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
This extension will help you copy text from all your devices linked to google account.
Informasi Dasar Ekstensi
Nama | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
URL Resmi | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
Deskripsi | This extension will help you copy text from all your devices linked to google account. |
Ukuran File | 226 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2020-08-23 |
Tanggal Publikasi | 2019-12-04 |
Pengembang | Abhishek Meharia |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://abhim.in |
URL Halaman Bantuan | https://abhim.in |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipSync", "description": "This extension will help you copy text from all your devices linked to google account.", "version": "2", "icons": { "128": "clipboard.png" }, "browser_action": { "default_icon": "clipboard.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "tabs" ], "content_scripts": [ { "matches": [ " |