New Tab with Bookmarks
Displays all bookmarks in the new tab page
Cos'è New Tab with Bookmarks?
New Tab with Bookmarks è un'estensione di Chrome sviluppata da https://bytecode77.com, e la sua funzione principale è "Displays all bookmarks in the new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab with Bookmarks
Scarica i file di estensione New Tab with Bookmarks 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
This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar. Informazioni di Base sull'Estensione
| Nome | |
| ID | dicfmapplolngmjeoelpiclidoiknpfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl |
| Descrizione | Displays all bookmarks in the new tab page |
| Dimensione del File | 59.77 KB |
| Conteggio Installazioni | 523 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2020-11-19 |
| Data di Pubblicazione | 2017-04-10 |
| Valutazione | 3.69/5 Totale 13 Valutazioni |
| Sviluppatore | https://bytecode77.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab with Bookmarks",
"description": "Displays all bookmarks in the new tab page",
"version": "1.1.0",
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |