Yearn New Tab
Every time you open a new tab, it can take you to the place you want
什么是Yearn New Tab?
Yearn New Tab是由mifish开发的Chrome扩展程序,该扩展的主要功能是“Every time you open a new tab, it can take you to the place you want”。
扩展截图
下载Yearn New Tab扩展crx文件
下载Yearn New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The prestigious tourist attractions are displayed on the new tab page, and the following features are also provided:
By clicking "Add to Chrome", I accept and agree to installing the yearn new tab extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://www.yearnnewtab.com/public/terms and Policy https://www.yearnnewtab.com/public/privacy
✔️ You can choose your own wallpaper category, including nature, ocean, architecture, animals, travel, food, comic, sports, technology and street.
✔️ You can set the wallpaper switching method to random or loop, and you can set the interval time for wallpaper switching.
✔️ You can click the icon on the left of the setting to switch the wallpaper.
✔️ Each widget can be set display mode: show, hover, or hide.
✔️ Each widget can be set opacity.
✔️ You can visit bookmarks, historical access records and Chrome Web Store.
Terms: https://www.yearnnewtab.com/public/terms
Privacy: https://www.yearnnewtab.com/public/privacy
About: https://www.yearnnewtab.com/public/about
Contact: https://www.yearnnewtab.com/public/contact 扩展基本信息
| 名称 | |
| ID | klkolnaafalangcojbmfklnemgckoigf |
| 官方URL | https://chromewebstore.google.com/detail/yearn-new-tab/klkolnaafalangcojbmfklnemgckoigf |
| 简介 | Every time you open a new tab, it can take you to the place you want |
| 文件大小 | 919 KB |
| 安装次数 | 10,606 |
| 当前版本 | 2.1.2 |
| 更新时间 | 2023-12-05 |
| 上架时间 | 2022-05-08 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | mifish |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.yearnnewtab.com/public/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_desc__",
"version": "2.1.2",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"32": "assets\/icon\/icon_32.png",
"48": "assets\/icon\/icon_48.png",
"128": "assets\/icon\/icon_128.png",
"300": "assets\/icon\/icon_300.png"
},
"host_permissions": [
"https:\/\/www.yearnnewtab.com\/"
],
"permissions": [
"topSites",
"cookies"
],
"optional_permissions": [],
"background": {
"service_worker": "sw.js"
},
"default_locale": "en",
"minimum_chrome_version": "88",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |