JoyTab - Your News Tab
A joy photography themed top news stories reader for your New Tab page
什么是JoyTab - Your News Tab?
JoyTab - Your News Tab是由Audien开发的Chrome扩展程序,该扩展的主要功能是“A joy photography themed top news stories reader for your New Tab page”。
扩展截图
下载JoyTab - Your News Tab扩展crx文件
下载JoyTab - Your News Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
JoyTab is an extension that replaces your new tab with refreshing photography backgrounds, a search bar, and trending new stories so you have everything you'll need when you open a new tab. The news stories are powered by The New York Times RSS Feed.
By clicking "Add to chrome", I accept and agree to installing the JoyTab extension and setting Chrome New Tab search to that provided by the service. The search provider will be Microsoft Bing
Privacy Policy: https://audien.io/privacy/
Terms of Service: https://audien.io/user/agreement/
Key Feature Include:
* Show Most Visited Sites
* Refreshing Photography Background
* See Trending News Stories
You can reach out to us at [email protected] 扩展基本信息
| 名称 | |
| ID | pchdgeoklpcoicflglaoifjeoklpjffb |
| 官方URL | https://chromewebstore.google.com/detail/joytab-your-news-tab/pchdgeoklpcoicflglaoifjeoklpjffb |
| 简介 | A joy photography themed top news stories reader for your New Tab page |
| 文件大小 | 14.2 MB |
| 安装次数 | 4,389 |
| 当前版本 | 0.0.9 |
| 更新时间 | 2023-05-31 |
| 上架时间 | 2022-08-09 |
| 开发者 | Audien |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://audien.io/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "dist\/index.html"
},
"description": "A joy photography themed top news stories reader for your New Tab page",
"manifest_version": 3,
"name": "JoyTab - Your News Tab",
"permissions": [
"storage",
"topSites"
],
"background": {
"service_worker": "background.js"
},
"version": "0.0.9",
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
}
} | |