Less Boring New Tab
Redesigned new tab page
Less Boring New Tabとは何ですか?
Less Boring New Tabはhttps://alberto.ccによって開発されたChromeの拡張機能で、その主な機能は「Redesigned new tab page」です。
拡張機能のスクリーンショット
Less Boring New Tab拡張機能のCRXファイルをダウンロード
Less Boring New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your browser deserves a better new tab page 拡張機能の基本情報
| 名前 | |
| ID | noiknbafehnhbnalgmoddejejgmkadhb |
| 公式URL | https://chromewebstore.google.com/detail/less-boring-new-tab/noiknbafehnhbnalgmoddejejgmkadhb |
| 説明 | Redesigned new tab page |
| ファイルサイズ | 123 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2021-03-24 |
| 公開日 | 2019-07-09 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | https://alberto.cc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Less Boring New Tab",
"short_name": "LBNT",
"description": "Redesigned new tab page",
"version": "1.4",
"author": "Alberto Cabeza Cardiel",
"manifest_version": 2,
"icons": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
}
}
} | |