CEREFINE | New Tab

A perfect 'New tab' extension for your browser.

Was ist CEREFINE | New Tab?

CEREFINE | New Tab ist eine Chrome-Erweiterung, die von https://cerefine.com entwickelt wurde, und ihr Hauptmerkmal ist "A perfect 'New tab' extension for your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CEREFINE | New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie CEREFINE | New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CEREFINE | New Tab CEREFINE | New Tab
ID dphamlpjikbcgkhmclpdgceofplmoonm
Offizielle URL https://chromewebstore.google.com/detail/cerefine-new-tab/dphamlpjikbcgkhmclpdgceofplmoonm
Beschreibung A perfect 'New tab' extension for your browser.
Dateigröße 230 KB
Installationsanzahl 66
Aktuelle Version 2.3
Letztes Update 2022-08-29
Veröffentlichungsdatum 2020-09-12
Bewertung 4.68/5 Insgesamt 57 Bewertungen
Entwickler https://cerefine.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cerefine.com
Hilfeseite URL https://cerefine.com/contact
URL der Datenschutzrichtlinien-Seite https://www.cerefine.com/privacy
Unterstützte Sprachen 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"
        ]
    }
}