Bookmarks on new tab
This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days
Cos'è Bookmarks on new tab?
Bookmarks on new tab è un'estensione di Chrome sviluppata da Ilya Boltnev, e la sua funzione principale è "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmarks on new tab
Scarica i file di estensione Bookmarks on 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
This is app for replacing default new tab page.
One day I decided to add more than default 8 sites to my "new tab" page. Eventually I created this app.
In addition it displays most popular sites based on last week history Informazioni di Base sull'Estensione
| Nome | |
| ID | llplfmijcgmknneikmmkoobhojjnpbbn |
| URL Ufficiale | https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn |
| Descrizione | This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days |
| Dimensione del File | 79.45 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2013-05-18 |
| Data di Pubblicazione | 2013-05-18 |
| Valutazione | 2.50/5 Totale 2 Valutazioni |
| Sviluppatore | Ilya Boltnev |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmarks on new tab",
"description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days",
"version": "1.2",
"chrome_url_overrides": {
"newtab": "my_newtab.html"
},
"permissions": [
"bookmarks",
"history",
"management",
"chrome:\/\/favicon\/"
],
"content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'"
} | |