Bookmarks New Tab
A New Tab replacement that shows the Bookmarks.
Co to jest Bookmarks New Tab?
Bookmarks New Tab to rozszerzenie Chrome opracowane przez https://sites.google.com/site/warrentteam, a jego główną funkcją jest „A New Tab replacement that shows the Bookmarks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmarks New Tab
Pobierz pliki rozszerzeń Bookmarks New Tab 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
Replace the default New Page tab by a Bookmarks tree menu.
Source
https://github.com/madrang/Bookmarks-New-Tab
Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links". Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njfnhkobpepaoogpflmbmiefmnlhkgjn |
| Oficjalny URL | https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn |
| Opis | A New Tab replacement that shows the Bookmarks. |
| Rozmiar pliku | 487 KB |
| Liczba instalacji | 447 |
| Aktualna Wersja | 0.0.1.1 |
| Ostatnia Aktualizacja | 2021-07-19 |
| Data Publikacji | 2012-10-31 |
| Ocena | 4.69/5 Łącznie 13 Oceny |
| Deweloper | https://sites.google.com/site/warrentteam |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/madrang/Bookmarks-New-Tab |
| Adres URL Strony Polityki Prywatności | https://openpd.org |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmarks New Tab",
"version": "0.0.1.1",
"description": "A New Tab replacement that shows the Bookmarks.",
"manifest_version": 2,
"minimum_chrome_version": "18.0.0.0",
"offline_enabled": true,
"options_page": "options.html",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"incognito": "spanning",
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/",
"management"
],
"chrome_url_overrides": {
"newtab": "new_tab.html"
}
} | |