CEREFINE | New Tab

A perfect 'New tab' extension for your browser.

Cos'è CEREFINE | New Tab?

CEREFINE | New Tab è un'estensione di Chrome sviluppata da https://cerefine.com, e la sua funzione principale è "A perfect 'New tab' extension for your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CEREFINE | New Tab

Scarica i file di estensione CEREFINE | New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CEREFINE | New Tab CEREFINE | New Tab
ID dphamlpjikbcgkhmclpdgceofplmoonm
URL Ufficiale https://chromewebstore.google.com/detail/cerefine-new-tab/dphamlpjikbcgkhmclpdgceofplmoonm
Descrizione A perfect 'New tab' extension for your browser.
Dimensione del File 230 KB
Conteggio Installazioni 66
Versione Corrente 2.3
Ultimo Aggiornamento 2022-08-29
Data di Pubblicazione 2020-09-12
Valutazione 4.68/5 Totale 57 Valutazioni
Sviluppatore https://cerefine.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cerefine.com
URL della Pagina di Aiuto https://cerefine.com/contact
URL della Pagina della Politica sulla Privacy https://www.cerefine.com/privacy
Lingue Supportate 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"
        ]
    }
}