BNTP: Bookmarks in New Tab Page
Lightweight New Tab Page with Bookmarks and Top Sites
Vad är BNTP: Bookmarks in New Tab Page?
BNTP: Bookmarks in New Tab Page är en Chrome-tillägg utvecklad av Hidetake Iwata, och dess huvudfunktion är "Lightweight New Tab Page with Bookmarks and Top Sites".
Tilläggsskärmbilder
Ladda ner BNTP: Bookmarks in New Tab Page-förlängningens CRX-fil
Ladda ner BNTP: Bookmarks in New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | feeleilgbmkkpapllljmclmbeddcdeeh |
| Officiell webbadress | https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh |
| Beskrivning | Lightweight New Tab Page with Bookmarks and Top Sites |
| Filstorlek | 194 KB |
| Antal Installationer | 2,509 |
| Aktuell Version | 3.4.2 |
| Senast Uppdaterad | 2024-03-03 |
| Publiceringsdatum | 2017-12-17 |
| Betyg | 4.67/5 Totalt 113 Betyg |
| Utvecklare | Hidetake Iwata |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/int128/bntp |
| Hjälpsida URL | https://github.com/int128/bntp |
| Stödda Språk | 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
} | |