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 |
| 电子邮箱 | [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"
}
} | |