CEREFINE | New Tab
A perfect 'New tab' extension for your browser.
Τι είναι το CEREFINE | New Tab;
Το CEREFINE | New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cerefine.com, και η κύρια λειτουργία του είναι "A perfect 'New tab' extension for your browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CEREFINE | New Tab
Λήψη αρχείων επέκτασης CEREFINE | New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } } |