Bento - New Tab Page

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

什么是Bento - New Tab Page?

Bento - New Tab Page是由kaisteinke开发的Chrome扩展程序,该扩展的主要功能是“displays a new tab page you can fully customize to your needs”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bento - New Tab Page扩展crx文件

下载Bento - New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bento - New Tab Page Bento - New Tab Page
ID bdhpicdiahfbfeejiamoejihononngei
官方URL https://chromewebstore.google.com/detail/bento-new-tab-page/bdhpicdiahfbfeejiamoejihononngei
简介 displays a new tab page you can fully customize to your needs
文件大小 3.61 MB
安装次数 41
当前版本 1.8.2
更新时间 2023-12-06
上架时间 2021-05-25
评分 5.00/5 共5次评分
开发者 kaisteinke
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gitlab.com/kaisteinke/bento
支持的语言 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"
    }
}