syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
Cos'è syncmarx?
syncmarx è un'estensione di Chrome sviluppata da mcleodgaming, e la sua funzione principale è "Web extension built for cross-browser bookmark syncing to the cloud.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione syncmarx
Scarica i file di estensione syncmarx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.
Informazioni di Base sull'Estensione
Nome | syncmarx |
ID | llcdegcpeheociggfokjkkgciplhfdgg |
URL Ufficiale | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
Descrizione | Web extension built for cross-browser bookmark syncing to the cloud. |
Dimensione del File | 1.3 MB |
Conteggio Installazioni | 3,758 |
Versione Corrente | 0.8.2 |
Ultimo Aggiornamento | 2022-09-24 |
Data di Pubblicazione | 2019-07-05 |
Valutazione | 4.51/5 Totale 61 Valutazioni |
Sviluppatore | mcleodgaming |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://syncmarx.com/ |
URL della Pagina della Politica sulla Privacy | https://syncmarx.com |
Lingue Supportate | 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" ] } } |