BNTP: Bookmarks in New Tab Page
Lightweight New Tab Page with Bookmarks and Top Sites
Cos'è BNTP: Bookmarks in New Tab Page?
BNTP: Bookmarks in New Tab Page è un'estensione di Chrome sviluppata da Hidetake Iwata, e la sua funzione principale è "Lightweight New Tab Page with Bookmarks and Top Sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BNTP: Bookmarks in New Tab Page
Scarica i file di estensione BNTP: Bookmarks in New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | feeleilgbmkkpapllljmclmbeddcdeeh |
| URL Ufficiale | https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh |
| Descrizione | Lightweight New Tab Page with Bookmarks and Top Sites |
| Dimensione del File | 194 KB |
| Conteggio Installazioni | 2,509 |
| Versione Corrente | 3.4.2 |
| Ultimo Aggiornamento | 2024-03-03 |
| Data di Pubblicazione | 2017-12-17 |
| Valutazione | 4.67/5 Totale 113 Valutazioni |
| Sviluppatore | Hidetake Iwata |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/int128/bntp |
| URL della Pagina di Aiuto | https://github.com/int128/bntp |
| Lingue Supportate | 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
} | |