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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

CEREFINE | New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 CEREFINE | New Tab CEREFINE | New Tab
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"
        ]
    }
}