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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |