BNTP: Bookmarks in New Tab Page
Lightweight New Tab Page with Bookmarks and Top Sites
Co je BNTP: Bookmarks in New Tab Page?
BNTP: Bookmarks in New Tab Page je rozšíření Chrome vyvinuté Hidetake Iwata, a jeho hlavní funkcí je „Lightweight New Tab Page with Bookmarks and Top Sites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BNTP: Bookmarks in New Tab Page
Stáhněte si soubory rozšíření BNTP: Bookmarks in New Tab Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | BNTP: Bookmarks in New Tab Page |
ID | feeleilgbmkkpapllljmclmbeddcdeeh |
Oficiální URL | https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh |
Popis | Lightweight New Tab Page with Bookmarks and Top Sites |
Velikost souboru | 194 KB |
Počet instalací | 2,509 |
Aktuální Verze | 3.4.2 |
Poslední Aktualizace | 2024-03-03 |
Datum Vydání | 2017-12-17 |
Hodnocení | 4.67/5 Celkem 113 Hodnocení |
Vývojář | Hidetake Iwata |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/int128/bntp |
URL Stránky Nápovědy | https://github.com/int128/bntp |
Podporované Jazyky | 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 } |