syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
Wat is syncmarx?
syncmarx is een Chrome-extensie ontwikkeld door mcleodgaming, en de belangrijkste functie is "Web extension built for cross-browser bookmark syncing to the cloud.".
Extensie Screenshots
Download het CRX-bestand van de extensie syncmarx
Download syncmarx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.
Basisinformatie over de Extensie
Naam | syncmarx |
ID | llcdegcpeheociggfokjkkgciplhfdgg |
Officiële URL | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
Beschrijving | Web extension built for cross-browser bookmark syncing to the cloud. |
Bestandsgrootte | 1.3 MB |
Aantal Installaties | 3,758 |
Huidige Versie | 0.8.2 |
Laatst Bijgewerkt | 2022-09-24 |
Publicatiedatum | 2019-07-05 |
Beoordeling | 4.51/5 Totaal 61 Beoordelingen |
Ontwikkelaar | mcleodgaming |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://syncmarx.com/ |
URL van de Privacybeleid Pagina | https://syncmarx.com |
Ondersteunde Talen | 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" ] } } |