BNTP: Bookmarks in New Tab Page
Lightweight New Tab Page with Bookmarks and Top Sites
Hvad er BNTP: Bookmarks in New Tab Page?
BNTP: Bookmarks in New Tab Page er en Chrome-udvidelse udviklet af Hidetake Iwata, og dens hovedfunktion er "Lightweight New Tab Page with Bookmarks and Top Sites".
Udvidelsesskærmbilleder
Download BNTP: Bookmarks in New Tab Page-udvidelses-CRX-fil
Download BNTP: Bookmarks in New Tab Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | BNTP: Bookmarks in New Tab Page |
ID | feeleilgbmkkpapllljmclmbeddcdeeh |
Officiel URL | https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh |
Beskrivelse | Lightweight New Tab Page with Bookmarks and Top Sites |
Filstørrelse | 194 KB |
Antal Installationer | 2,509 |
Nuværende Version | 3.4.2 |
Senest Opdateret | 2024-03-03 |
Udgivelsesdato | 2017-12-17 |
Bedømmelse | 4.67/5 Samlet 113 Bedømmelser |
Udvikler | Hidetake Iwata |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/int128/bntp |
Hjælpeside-URL | https://github.com/int128/bntp |
Understøttede Sprog | 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 } |