Bookmarks Sync - Sync & Backup bookmarks

Synchronize bookmarks between different browsers and back them up automatically

什麼是Bookmarks Sync - Sync & Backup bookmarks?

Bookmarks Sync - Sync & Backup bookmarks是由https://bookmarkssync.com開發的Chrome擴展程式,該擴展的主要功能是“Synchronize bookmarks between different browsers and back them up automatically”。

擴展截圖

screenshot
screenshot

下載Bookmarks Sync - Sync & Backup bookmarks擴展crx文件

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

擴展使用說明

                        ⭐ Synchronize your bookmarks between different browsers

⭐ Backup your bookmarks on the cloud every week

⭐ Duplicates favorites are automatically removed

⭐ Works for Chrome, Opera, Microsoft Edge, Firefox and more

⭐ Privacy and confidentiality are guaranteed thanks to the use of an anonymous synchronization key


Your privacy is our priority. Here is the list of the information we keep on our servers:
- Anonymous synchronization key
- For each favorite: title, url, order, creation date, last visit, number of visits
We do not have access to personal data such as email or name.                    

擴展基本資訊

名稱 Bookmarks Sync - Sync & Backup bookmarks Bookmarks Sync - Sync & Backup bookmarks
ID aknjjonnnlalpeldjndjlijlenncdhmg
官方網址 https://chromewebstore.google.com/detail/bookmarks-sync-sync-backu/aknjjonnnlalpeldjndjlijlenncdhmg
簡介 Synchronize bookmarks between different browsers and back them up automatically
檔案大小 467 KB
安裝次數 33
目前版本 1.1.1
更新時間 2023-10-21
上架時間 2023-02-15
評分 5.00/5 共 1 次評分
開發者 https://bookmarkssync.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.bookmarkssync.com/privacy
支援的語言 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name_sync__",
    "description": "__MSG_app_description_sync__",
    "version": "1.1.1",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "bookmarks",
        "history",
        "storage"
    ],
    "action": {
        "default_title": "__MSG_Sync_now__"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "32": "images\/icon-sync-32.png",
        "64": "images\/icon-sync-64.png",
        "128": "images\/icon-sync-128.png",
        "256": "images\/icon-sync-256.png"
    }
}