Bento - New Tab Page
displays a new tab page you can fully customize to your needs
Cos'è Bento - New Tab Page?
Bento - New Tab Page è un'estensione di Chrome sviluppata da kaisteinke, e la sua funzione principale è "displays a new tab page you can fully customize to your needs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bento - New Tab Page
Scarica i file di estensione Bento - New Tab Page 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
A fully customizable new tab page which shows you the time, weather and your favorite links. Everything can be customized in the settings, also the colors. This new tab page features a light and dark mode and the option to add multiple links. You can also easily export and import your settings as a csv file so all devices are fully synchronized. Informazioni di Base sull'Estensione
| Nome | |
| ID | bdhpicdiahfbfeejiamoejihononngei |
| URL Ufficiale | https://chromewebstore.google.com/detail/bento-new-tab-page/bdhpicdiahfbfeejiamoejihononngei |
| Descrizione | displays a new tab page you can fully customize to your needs |
| Dimensione del File | 3.61 MB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 1.8.2 |
| Ultimo Aggiornamento | 2023-12-06 |
| Data di Pubblicazione | 2021-05-25 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | kaisteinke |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://gitlab.com/kaisteinke/bento |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bento - New Tab Page",
"description": "displays a new tab page you can fully customize to your needs",
"version": "1.8.2",
"author": "Kai Steinke",
"homepage_url": "https:\/\/gitlab.com\/kaisteinke\/bento",
"options_page": "options.html",
"short_name": "Bento",
"icons": {
"16": "icons\/logo\/16.png",
"48": "icons\/logo\/48.png",
"128": "icons\/logo\/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |