BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

Was ist BNTP: Bookmarks in New Tab Page?

BNTP: Bookmarks in New Tab Page ist eine Chrome-Erweiterung, die von Hidetake Iwata entwickelt wurde, und ihr Hauptmerkmal ist "Lightweight New Tab Page with Bookmarks and Top Sites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

BNTP: Bookmarks in New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie BNTP: Bookmarks in New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
Offizielle URL https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
Beschreibung Lightweight New Tab Page with Bookmarks and Top Sites
Dateigröße 194 KB
Installationsanzahl 2,509
Aktuelle Version 3.4.2
Letztes Update 2024-03-03
Veröffentlichungsdatum 2017-12-17
Bewertung 4.67/5 Insgesamt 113 Bewertungen
Entwickler Hidetake Iwata
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/int128/bntp
Hilfeseite URL https://github.com/int128/bntp
Unterstützte Sprachen 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
}