syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
Qu'est-ce que syncmarx ?
syncmarx est une extension Chrome développée par mcleodgaming, et sa fonction principale est "Web extension built for cross-browser bookmark syncing to the cloud.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension syncmarx
Téléchargez les fichiers d'extension syncmarx au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.
Informations de Base sur l'Extension
Nom | syncmarx |
ID | llcdegcpeheociggfokjkkgciplhfdgg |
URL Officiel | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
Description | Web extension built for cross-browser bookmark syncing to the cloud. |
Taille du Fichier | 1.3 MB |
Nombre d'Installations | 3,758 |
Version Actuelle | 0.8.2 |
Dernière Mise à Jour | 2022-09-24 |
Date de Publication | 2019-07-05 |
Évaluation | 4.51/5 Total 61 Évaluations |
Développeur | mcleodgaming |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://syncmarx.com/ |
URL de la Page de Politique de Confidentialité | https://syncmarx.com |
Langues Prises en Charge | 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" ] } } |