syncmarx

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

什麼是syncmarx?

syncmarx是由mcleodgaming開發的Chrome擴展程式,該擴展的主要功能是“Web extension built for cross-browser bookmark syncing to the cloud.”。

擴展截圖

screenshot

下載syncmarx擴展crx文件

下載syncmarx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 syncmarx syncmarx
ID llcdegcpeheociggfokjkkgciplhfdgg
官方網址 https://chromewebstore.google.com/detail/syncmarx/llcdegcpeheociggfokjkkgciplhfdgg
簡介 Web extension built for cross-browser bookmark syncing to the cloud.
檔案大小 1.3 MB
安裝次數 3,758
目前版本 0.8.2
更新時間 2022-09-24
上架時間 2019-07-05
評分 4.51/5 共 61 次評分
開發者 mcleodgaming
電子郵箱 [email protected]
付費類型 free
擴展官網 https://syncmarx.com/
隱私政策頁面URL https://syncmarx.com
支援的語言 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"
        ]
    }
}