Dashboard of Bookmarks

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

What is Dashboard of Bookmarks?

Dashboard of Bookmarks is a Chrome extension developed by Encore Shao, and its main feature is "Add a new dashboard of bookmarks and override the Chrome Newtab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dashboard of Bookmarks Extension CRX File

Download Dashboard of Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Dashboard of Bookmarks Dashboard of Bookmarks
ID imknfkidkilkomeomcidnnjojiilaofb
Official URL https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb
Description Add a new dashboard of bookmarks and override the Chrome Newtab page.
File Size 7.07 MB
Installation Count 102
Current Version 0.1.5
Last Updated 2017-11-12
Publish Date 2017-11-12
Rating 4.75/5 Total 4 Ratings
Developer Encore Shao
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}