Winterly Tab
Beautifully replace new tab screen with simple and minimalist winter themed background.
什么是Winterly Tab?
Winterly Tab是由Hadna Space开发的Chrome扩展程序,该扩展的主要功能是“Beautifully replace new tab screen with simple and minimalist winter themed background.”。
扩展截图
下载Winterly Tab扩展crx文件
下载Winterly Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free & open source new tab replacement for your browser. All images are taken from Unsplash. Image background will be automatically changed every 5 minutes, or you can change it manually.
扩展基本信息
名称 | Winterly Tab |
ID | fcbaofhfpeakjobpnemojmibbnkpgigi |
官方URL | https://chromewebstore.google.com/detail/winterly-tab/fcbaofhfpeakjobpnemojmibbnkpgigi |
简介 | Beautifully replace new tab screen with simple and minimalist winter themed background. |
文件大小 | 236 KB |
安装次数 | 72 |
当前版本 | 0.0.1 |
更新时间 | 2021-10-05 |
上架时间 | 2021-10-04 |
开发者 | Hadna Space |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dkhd/winterly-tab |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Winterly Tab", "author": "Diky hadna", "version": "0.0.1", "description": "Beautifully replace new tab screen with simple and minimalist winter themed background.", "icons": { "16": "snowflake.png", "48": "snowflake.png", "128": "snowflake.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |