CEREFINE | New Tab
A perfect 'New tab' extension for your browser.
什么是CEREFINE | New Tab?
CEREFINE | New Tab是由https://cerefine.com开发的Chrome扩展程序,该扩展的主要功能是“A perfect 'New tab' extension for your browser.”。
扩展截图
下载CEREFINE | New Tab扩展crx文件
下载CEREFINE | New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
V2 IS HERE! Now introducing...
-----------
- Higher definition background images for all display sizes.
- Save important sites to your bookmarks dock for quick access.
- View today's tasks and habits directly from your new tab screen in customizable modules.
- Keep track of focus sessions with a live countdown timer and task description.
-----------
The ultimate 'New tab' page, carefully designed to help you stay on track and in the zone, with a simple, distraction-free interface and current task field.
Enjoy seamless integration with your personal CEREFINE Dashboard (sign in optional). Access your data in real-time from the extension to keep important tasks, habits, and focus sessions top of mind.
CEREFINE brings you a science-based approach to getting the important things done, building effective habits & goals, and developing your focus and mindfulness.
Get the extension free forever by clicking 'Add to Chrome', or head to cerefine.com to learn more.
Note: If your internet connection is unstable, disable HD backgrounds for faster image load time. 扩展基本信息
| 名称 | |
| ID | dphamlpjikbcgkhmclpdgceofplmoonm |
| 官方URL | https://chromewebstore.google.com/detail/cerefine-new-tab/dphamlpjikbcgkhmclpdgceofplmoonm |
| 简介 | A perfect 'New tab' extension for your browser. |
| 文件大小 | 230 KB |
| 安装次数 | 66 |
| 当前版本 | 2.3 |
| 更新时间 | 2022-08-29 |
| 上架时间 | 2020-09-12 |
| 评分 | 4.68/5 共57次评分 |
| 开发者 | https://cerefine.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://cerefine.com |
| 帮助页面URL | https://cerefine.com/contact |
| 隐私政策页面URL | https://www.cerefine.com/privacy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CEREFINE | New Tab",
"short_name": "Cerefine",
"version": "2.3",
"manifest_version": 2,
"description": "A perfect 'New tab' extension for your browser.",
"icons": {
"16": "icons\/16.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"chrome_url_overrides": {
"newtab": "src\/browser_action\/newtab.html"
},
"browser_action": {
"default_icon": "icons\/128.png"
},
"permissions": [
"cookies",
"*:\/\/*.cerefine.com\/*"
],
"background": {
"persistent": true,
"scripts": [
"js\/jquery.min.js",
"src\/bg\/background.js"
]
}
} | |