Bookmark Syncer

A Chrome Extension for Bookmark Sync

Bookmark Syncer là gì?

Bookmark Syncer là một tiện ích mở rộng Chrome được phát triển bởi Hisheng, và tính năng chính của nó là "A Chrome Extension for Bookmark Sync".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Syncer

Tải xuống các tệp mở rộng Bookmark Syncer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
Mô tả A Chrome Extension for Bookmark Sync
Kích Thước Tệp 79.96 KB
Số Lần Cài Đặt 413
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2022-03-28
Nhà Phát Triển Hisheng
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hishengs/bookmark-syncer
URL Trang Trợ Giúp https://github.com/hishengs/bookmark-syncer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Syncer",
    "version": "2.0.0",
    "author": "[email protected]",
    "description": "A Chrome Extension for Bookmark Sync",
    "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [],
    "action": {
        "default_icon": "icon\/48.png",
        "default_title": "A Chrome Extension for Bookmark Sync",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/",
        "https:\/\/*.gitee.com\/"
    ],
    "default_locale": "en"
}