Luminous New Tab
A glowing, animated new tab extension
Luminous New Tabとは何ですか?
Luminous New TabはVirej Dasaniによって開発されたChromeの拡張機能で、その主な機能は「A glowing, animated new tab extension」です。
拡張機能のスクリーンショット
Luminous New Tab拡張機能のCRXファイルをダウンロード
Luminous New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Luminous New Tab is a new tab extension which has a cool animated gradient background. New tabs will show the time, weather, your bookmarks and let you search the web too! 拡張機能の基本情報
| 名前 | |
| ID | gakanaedbiohimbhbddcilejbpdmobdo |
| 公式URL | https://chromewebstore.google.com/detail/luminous-new-tab/gakanaedbiohimbhbddcilejbpdmobdo |
| 説明 | A glowing, animated new tab extension |
| ファイルサイズ | 290 KB |
| インストール数 | 68 |
| 現在のバージョン | 5.0 |
| 最終更新日 | 2021-10-18 |
| 公開日 | 2021-03-24 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | Virej Dasani |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://virejdasani.github.io/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Luminous New Tab",
"description": "A glowing, animated new tab extension",
"version": "5.0",
"permissions": [
"bookmarks",
"storage",
"chrome:\/\/favicon\/"
],
"chrome_url_overrides": {
"newtab": ".\/public\/index.html"
},
"background": {
"scripts": [
"src\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": ".\/assets\/img\/icon.png"
},
"icons": {
"16": ".\/assets\/img\/icon16.png",
"48": ".\/assets\/img\/icon48.png",
"128": ".\/assets\/img\/icon128.png"
}
} | |