syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
Apa itu syncmarx?
syncmarx adalah ekstensi Chrome yang dikembangkan oleh mcleodgaming, dan fitur utamanya adalah "Web extension built for cross-browser bookmark syncing to the cloud.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi syncmarx
Unduh file ekstensi syncmarx 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
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.
Informasi Dasar Ekstensi
Nama | syncmarx |
ID | llcdegcpeheociggfokjkkgciplhfdgg |
URL Resmi | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
Deskripsi | Web extension built for cross-browser bookmark syncing to the cloud. |
Ukuran File | 1.3 MB |
Jumlah Instalasi | 3,758 |
Versi Saat Ini | 0.8.2 |
Terakhir Diperbarui | 2022-09-24 |
Tanggal Publikasi | 2019-07-05 |
Penilaian | 4.51/5 Total 61 Penilaian |
Pengembang | mcleodgaming |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://syncmarx.com/ |
URL Halaman Kebijakan Privasi | https://syncmarx.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "syncmarx", "version": "0.8.2", "author": "Greg McLeod", "description": "Web extension built for cross-browser bookmark syncing to the cloud.", "icons": { "48": "icons\/icon_48.png", "96": "icons\/icon_96.png" }, "permissions": [ "bookmarks", "https:\/\/*.dropboxapi.com\/", "https:\/\/*.google.com\/", "https:\/\/*.googleapis.com\/", "https:\/\/*.box.com\/", "storage" ], "browser_action": { "default_icon": "icons\/icon_38.png", "default_title": "syncmarx (alpha)" }, "background": { "scripts": [ "app.js" ] } } |