BNTP: Bookmarks in New Tab Page
Lightweight New Tab Page with Bookmarks and Top Sites
Co to jest BNTP: Bookmarks in New Tab Page?
BNTP: Bookmarks in New Tab Page to rozszerzenie Chrome opracowane przez Hidetake Iwata, a jego główną funkcją jest „Lightweight New Tab Page with Bookmarks and Top Sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BNTP: Bookmarks in New Tab Page
Pobierz pliki rozszerzeń BNTP: Bookmarks in New Tab Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | feeleilgbmkkpapllljmclmbeddcdeeh |
| Oficjalny URL | https://chromewebstore.google.com/detail/bntp-bookmarks-in-new-tab/feeleilgbmkkpapllljmclmbeddcdeeh |
| Opis | Lightweight New Tab Page with Bookmarks and Top Sites |
| Rozmiar pliku | 194 KB |
| Liczba instalacji | 2,509 |
| Aktualna Wersja | 3.4.2 |
| Ostatnia Aktualizacja | 2024-03-03 |
| Data Publikacji | 2017-12-17 |
| Ocena | 4.67/5 Łącznie 113 Oceny |
| Deweloper | Hidetake Iwata |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/int128/bntp |
| Adres URL Strony Pomocy | https://github.com/int128/bntp |
| Obsługiwane Języki | 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
} | |