Dashboard of Bookmarks

Add a new dashboard of bookmarks and override the Chrome Newtab page.

什么是Dashboard of Bookmarks?

Dashboard of Bookmarks是由Encore Shao开发的Chrome扩展程序,该扩展的主要功能是“Add a new dashboard of bookmarks and override the Chrome Newtab page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dashboard of Bookmarks扩展crx文件

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

扩展使用说明

                        Add a new dashboard for bookmarks and override the Chrome Newtab page.                    

扩展基本信息

名称 Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
官方URL https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
简介 Add a new dashboard of bookmarks and override the Chrome Newtab page.
文件大小 7.07 MB
安装次数 102
当前版本 0.1.5
更新时间 2017-11-12
上架时间 2017-11-12
评分 4.75/5 共4次评分
开发者 Encore Shao
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_US",
    "author": "Encore Shao",
    "short_name": "Bookmarks",
    "name": "Dashboard of Bookmarks",
    "description": "Add a new dashboard of bookmarks and override the Chrome Newtab page.",
    "options_page": "src\/options\/index.html",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "js\/libs.js",
            "js\/bookmark.js",
            "js\/background.js",
            "js\/bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "downloads",
        "storage",
        ""
    ]
}