Bookmarks New Tab

A New Tab replacement that shows the Bookmarks.

What is Bookmarks New Tab?

Bookmarks New Tab is a Chrome extension developed by https://sites.google.com/site/warrentteam, and its main feature is "A New Tab replacement that shows the Bookmarks.".

Extension Screenshots

screenshot

Download Bookmarks New Tab Extension CRX File

Download Bookmarks New Tab 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

                        Replace the default New Page tab by a Bookmarks tree menu.

Source
    https://github.com/madrang/Bookmarks-New-Tab

Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links".                    

Extension Basic Information

Name Bookmarks New Tab Bookmarks New Tab
ID njfnhkobpepaoogpflmbmiefmnlhkgjn
Official URL https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn
Description A New Tab replacement that shows the Bookmarks.
File Size 487 KB
Installation Count 447
Current Version 0.0.1.1
Last Updated 2021-07-19
Publish Date 2012-10-31
Rating 4.69/5 Total 13 Ratings
Developer https://sites.google.com/site/warrentteam
Email [email protected]
Payment Type free
Extension Website https://github.com/madrang/Bookmarks-New-Tab
Privacy Policy Page URL https://openpd.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "0.0.1.1",
    "description": "A New Tab replacement that shows the Bookmarks.",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "offline_enabled": true,
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}