Bento - New Tab Page

displays a new tab page you can fully customize to your needs

Was ist Bento - New Tab Page?

Bento - New Tab Page ist eine Chrome-Erweiterung, die von kaisteinke entwickelt wurde, und ihr Hauptmerkmal ist "displays a new tab page you can fully customize to your needs".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bento - New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bento - New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bento - New Tab Page Bento - New Tab Page
ID bdhpicdiahfbfeejiamoejihononngei
Offizielle URL https://chromewebstore.google.com/detail/bento-new-tab-page/bdhpicdiahfbfeejiamoejihononngei
Beschreibung displays a new tab page you can fully customize to your needs
Dateigröße 3.61 MB
Installationsanzahl 41
Aktuelle Version 1.8.2
Letztes Update 2023-12-06
Veröffentlichungsdatum 2021-05-25
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler kaisteinke
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gitlab.com/kaisteinke/bento
Unterstützte Sprachen 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"
    }
}