syncmarx
Web extension built for cross-browser bookmark syncing to the cloud.
Was ist syncmarx?
syncmarx ist eine Chrome-Erweiterung, die von mcleodgaming entwickelt wurde, und ihr Hauptmerkmal ist "Web extension built for cross-browser bookmark syncing to the cloud.".
Erweiterungsscreenshots
syncmarx-Erweiterungs-CRX-Datei herunterladen
Laden Sie syncmarx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llcdegcpeheociggfokjkkgciplhfdgg |
| Offizielle URL | https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg |
| Beschreibung | Web extension built for cross-browser bookmark syncing to the cloud. |
| Dateigröße | 1.3 MB |
| Installationsanzahl | 3,758 |
| Aktuelle Version | 0.8.2 |
| Letztes Update | 2022-09-24 |
| Veröffentlichungsdatum | 2019-07-05 |
| Bewertung | 4.51/5 Insgesamt 61 Bewertungen |
| Entwickler | mcleodgaming |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://syncmarx.com/ |
| URL der Datenschutzrichtlinien-Seite | https://syncmarx.com |
| Unterstützte Sprachen | 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"
]
}
} | |