New Tab with Bookmarks

Displays all bookmarks in the new tab page

What is New Tab with Bookmarks?

New Tab with Bookmarks is a Chrome extension developed by https://bytecode77.com, and its main feature is "Displays all bookmarks in the new tab page".

Extension Screenshots

screenshot

Download New Tab with Bookmarks Extension CRX File

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

                        This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar.                    

Extension Basic Information

Name New Tab with Bookmarks New Tab with Bookmarks
ID dicfmapplolngmjeoelpiclidoiknpfl
Official URL https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl
Description Displays all bookmarks in the new tab page
File Size 59.77 KB
Installation Count 523
Current Version 1.1.0
Last Updated 2020-11-19
Publish Date 2017-04-10
Rating 3.69/5 Total 13 Ratings
Developer https://bytecode77.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with Bookmarks",
    "description": "Displays all bookmarks in the new tab page",
    "version": "1.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}