BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

Qu'est-ce que BNTP: Bookmarks in New Tab Page ?

BNTP: Bookmarks in New Tab Page est une extension Chrome développée par Hidetake Iwata, et sa fonction principale est "Lightweight New Tab Page with Bookmarks and Top Sites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BNTP: Bookmarks in New Tab Page

Téléchargez les fichiers d'extension BNTP: Bookmarks in New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
URL Officiel https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
Description Lightweight New Tab Page with Bookmarks and Top Sites
Taille du Fichier 194 KB
Nombre d'Installations 2,509
Version Actuelle 3.4.2
Dernière Mise à Jour 2024-03-03
Date de Publication 2017-12-17
Évaluation 4.67/5 Total 113 Évaluations
Développeur Hidetake Iwata
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/int128/bntp
URL de la Page d'Aide https://github.com/int128/bntp
Langues Prises en Charge 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
}