BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

O que é BNTP: Bookmarks in New Tab Page?

BNTP: Bookmarks in New Tab Page é uma extensão do Chrome desenvolvida por Hidetake Iwata, e sua principal característica é "Lightweight New Tab Page with Bookmarks and Top Sites".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BNTP: Bookmarks in New Tab Page

Baixe arquivos de extensão BNTP: Bookmarks in New Tab Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome BNTP: Bookmarks in New Tab Page BNTP: Bookmarks in New Tab Page
ID feeleilgbmkkpapllljmclmbeddcdeeh
URL Oficial https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh
Descrição Lightweight New Tab Page with Bookmarks and Top Sites
Tamanho do Arquivo 194 KB
Contagem de Instalações 2,509
Versão Atual 3.4.2
Última Atualização 2024-03-03
Data de Publicação 2017-12-17
Classificação 4.67/5 Total de 113 Avaliações
Desenvolvedor Hidetake Iwata
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/int128/bntp
URL da Página de Ajuda https://github.com/int128/bntp
Idiomas Suportados 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
}