Bookmark Box

This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser

Bookmark Box là gì?

Bookmark Box là một tiện ích mở rộng Chrome được phát triển bởi Anshul Srivastava, và tính năng chính của nó là "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser".

Ả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 Box

Tải xuống các tệp mở rộng Bookmark Box 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

                        Bookmark Box takes your browser's bookmarks and stores them in your Dropbox account, and synchronize them across multiple computers and web browsers.

Available for Google Chrome and Firefox

Firefox : https://addons.mozilla.org/en-US/firefox/addon/bookmark-box/

Coming soon for Safari and Internet Explorer                    

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

Tên Bookmark Box Bookmark Box
ID eghjldnoldfcnfgfkbnmcbaalnkljphi
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-box/eghjldnoldfcnfgfkbnmcbaalnkljphi
Mô tả This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser
Kích Thước Tệp 362 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2020-05-25
Ngày Phát Hành 2020-05-24
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Anshul Srivastava
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Box",
    "author": "Anshul Srivastava",
    "description": "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser",
    "version": "2.0.4",
    "icons": {
        "16": "img\/Bookmark-Box-icon-16.png",
        "48": "img\/Bookmark-Box-icon-48.png",
        "128": "img\/Bookmark-Box-icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/Bookmark-Box-icon-19.png",
            "38": "img\/Bookmark-Box-icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Bookmark Box"
    },
    "minimum_chrome_version": "30",
    "permissions": [
        "https:\/\/www.dropbox.com\/",
        "bookmarks",
        "storage",
        "tabs",
        "https:\/\/anshul-srivastava.github.io\/bookmark-box\/*",
        "https:\/\/programmingblah.com\/bookmark-box\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "chrome_oauth_receiver.html"
    ]
}