CEREFINE | New Tab

A perfect 'New tab' extension for your browser.

CEREFINE | New Tab là gì?

CEREFINE | New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://cerefine.com, và tính năng chính của nó là "A perfect 'New tab' extension for your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CEREFINE | New Tab

Tải xuống các tệp mở rộng CEREFINE | New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CEREFINE | New Tab CEREFINE | New Tab
ID dphamlpjikbcgkhmclpdgceofplmoonm
URL Chính Thức https://chromewebstore.google.com/detail/cerefine-new-tab/dphamlpjikbcgkhmclpdgceofplmoonm
Mô tả A perfect 'New tab' extension for your browser.
Kích Thước Tệp 230 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2022-08-29
Ngày Phát Hành 2020-09-12
Đánh Giá 4.68/5 Tổng số 57 Đánh Giá
Nhà Phát Triển https://cerefine.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cerefine.com
URL Trang Trợ Giúp https://cerefine.com/contact
URL Trang Chính Sách Bảo Mật https://www.cerefine.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}