CEREFINE | New Tab

A perfect 'New tab' extension for your browser.

CEREFINE | New Tab क्या है?

CEREFINE | New Tab https://cerefine.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A perfect 'New tab' extension for your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CEREFINE | New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}