syncmarx

Web extension built for cross-browser bookmark syncing to the cloud.

What is syncmarx?

syncmarx is a Chrome extension developed by mcleodgaming, and its main feature is "Web extension built for cross-browser bookmark syncing to the cloud.".

Extension Screenshots

screenshot

Download syncmarx Extension CRX File

Download syncmarx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Web extension built for cross-browser bookmark syncing to the cloud. Currently supports Dropbox, Google Drive, and Box as backends for bookmark synchronization.                    

Extension Basic Information

Name syncmarx syncmarx
ID llcdegcpeheociggfokjkkgciplhfdgg
Official URL https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg
Description Web extension built for cross-browser bookmark syncing to the cloud.
File Size 1.3 MB
Installation Count 3,758
Current Version 0.8.2
Last Updated 2022-09-24
Publish Date 2019-07-05
Rating 4.51/5 Total 61 Ratings
Developer mcleodgaming
Email [email protected]
Payment Type free
Extension Website https://syncmarx.com/
Privacy Policy Page URL https://syncmarx.com
Supported Languages 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"
        ]
    }
}