Scene Tab
Delightful, speedy, and customizable, a charming new tab design.
什么是Scene Tab?
Scene Tab是由https://scene-tab.com开发的Chrome扩展程序,该扩展的主要功能是“Delightful, speedy, and customizable, a charming new tab design.”。
扩展截图
下载Scene Tab扩展crx文件
下载Scene Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Delightful, speedy, and customizable, a charming new tab design.
A series of beautiful clock styles, combine with your favorite images easily.
And Customize your own clock, with HTML / CSS that you are familiar with.
Enjoy it! 扩展基本信息
| 名称 | |
| ID | dbfohgocekckdjinlpmdednalcilidgp |
| 官方URL | https://chromewebstore.google.com/detail/scene-tab/dbfohgocekckdjinlpmdednalcilidgp |
| 简介 | Delightful, speedy, and customizable, a charming new tab design. |
| 文件大小 | 2.59 MB |
| 安装次数 | 64 |
| 当前版本 | 0.26.3 |
| 更新时间 | 2024-01-30 |
| 上架时间 | 2023-07-06 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://scene-tab.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.scene-tab.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Scene Tab",
"description": "Delightful, speedy, and customizable, a charming new tab design.",
"version": "0.26.3",
"icons": {
"16": "Public\/assets\/icons\/icon-s-16.png",
"32": "Public\/assets\/icons\/icon-s-32.png",
"48": "Public\/assets\/icons\/icon-s-48.png",
"128": "Public\/assets\/icons\/icon-128.png"
},
"permissions": [
"alarms",
"unlimitedStorage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |