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
官方網址 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"
    }
}