Bookmarks New Tab
A New Tab replacement that shows the Bookmarks.
Cos'è Bookmarks New Tab?
Bookmarks New Tab è un'estensione di Chrome sviluppata da https://sites.google.com/site/warrentteam, e la sua funzione principale è "A New Tab replacement that shows the Bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmarks New Tab
Scarica i file di estensione Bookmarks New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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". Informazioni di Base sull'Estensione
| Nome | |
| ID | njfnhkobpepaoogpflmbmiefmnlhkgjn |
| URL Ufficiale | https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn |
| Descrizione | A New Tab replacement that shows the Bookmarks. |
| Dimensione del File | 487 KB |
| Conteggio Installazioni | 447 |
| Versione Corrente | 0.0.1.1 |
| Ultimo Aggiornamento | 2021-07-19 |
| Data di Pubblicazione | 2012-10-31 |
| Valutazione | 4.69/5 Totale 13 Valutazioni |
| Sviluppatore | https://sites.google.com/site/warrentteam |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/madrang/Bookmarks-New-Tab |
| URL della Pagina della Politica sulla Privacy | https://openpd.org |
| Lingue Supportate | 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"
}
} | |