BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

What is BNTP: Bookmarks in New Tab Page?

BNTP: Bookmarks in New Tab Page is a Chrome extension developed by Hidetake Iwata, and its main feature is "Lightweight New Tab Page with Bookmarks and Top Sites".

Extension Screenshots

screenshot
screenshot
screenshot

Download BNTP: Bookmarks in New Tab Page Extension CRX File

Download BNTP: Bookmarks in New Tab Page 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

                        Less is more.

* Simple
* Lightweight
* No ads
* No tracking

Features:

* List bookmarks by folders
* Collapse a folder
* Move a bookmark by Drag and Drop
* Edit a bookmark
* Automatic dark mode
* Sync the preferences (theme or folder collapse)

It will request the following permissions:

* Show bookmarks
* Show recently visited sites
* Show favicon
* Store preferences to storage

This is an open source software.
https://github.com/int128/bntp                    

Extension Basic Information

Name BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
Official URL https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
Description Lightweight New Tab Page with Bookmarks and Top Sites
File Size 194 KB
Installation Count 2,509
Current Version 3.4.2
Last Updated 2024-03-03
Publish Date 2017-12-17
Rating 4.67/5 Total 113 Ratings
Developer Hidetake Iwata
Email [email protected]
Payment Type free
Extension Website https://github.com/int128/bntp
Help Page URL https://github.com/int128/bntp
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BNTP: Bookmarks in New Tab Page",
    "version": "3.4.2",
    "description": "Lightweight New Tab Page with Bookmarks and Top Sites",
    "permissions": [
        "bookmarks",
        "topSites",
        "favicon",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "small_tiles.png",
        "128": "small_tiles_128.png"
    },
    "manifest_version": 3
}