Bookmark Box

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

什么是Bookmark Box?

Bookmark Box是由Anshul Srivastava开发的Chrome扩展程序,该扩展的主要功能是“This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser”。

扩展截图

screenshot
screenshot

下载Bookmark Box扩展crx文件

下载Bookmark Box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Bookmark Box Bookmark Box
ID eghjldnoldfcnfgfkbnmcbaalnkljphi
官方URL https://chromewebstore.google.com/detail/bookmark-box/eghjldnoldfcnfgfkbnmcbaalnkljphi
简介 This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser
文件大小 362 KB
安装次数 87
当前版本 2.0.4
更新时间 2020-05-25
上架时间 2020-05-24
评分 3.40/5 共5次评分
开发者 Anshul Srivastava
付费类型 free
支持的语言 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"
    ]
}