Gener8 Tabs
Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm.
什么是Gener8 Tabs?
Gener8 Tabs是由https://gener8ads.com开发的Chrome扩展程序,该扩展的主要功能是“Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm.”。
扩展截图
下载Gener8 Tabs扩展crx文件
下载Gener8 Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The average person opens 25 tabs every day.
That means:
25 moments to take a second and slow down.
25 chances to take a breath and be mindful.
25 opportunities to be inspired.
Add Gener8 Tabs to your browser to transform every tab you open into a chance to slow down, breathe and be inspired.
We'd love to hear from you, so please drop us a message with what you like or what you'd like us to do differently:
[email protected] 扩展基本信息
| 名称 | |
| ID | mmdjkpjlfodmimjjlpniccomookbnhlb |
| 官方URL | https://chromewebstore.google.com/detail/gener8-tabs/mmdjkpjlfodmimjjlpniccomookbnhlb |
| 简介 | Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm. |
| 文件大小 | 55.13 KB |
| 安装次数 | 10,000 |
| 当前版本 | 2.4.0 |
| 更新时间 | 2021-07-01 |
| 上架时间 | 2020-06-18 |
| 评分 | 3.98/5 共52次评分 |
| 开发者 | https://gener8ads.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gener8ads.com/ |
| 帮助页面URL | https://help.gener8ads.com/ |
| 隐私政策页面URL | https://gener8ads.com/privacy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.4.0",
"short_name": "Gener8 Tabs",
"name": "Gener8 Tabs",
"description": "Gener8 transforms your \"new tab\" page to display breathtaking imagery to provide you with a moment of peace and calm.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"minimum_chrome_version": "46",
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/gener8tabs.com https:\/\/gener8ads.com; object-src 'self'",
"icons": {
"16": "icons\/logo-16.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"permissions": [
"cookies",
"https:\/\/*.gener8ads.com\/*"
]
} | |