CEREFINE | New Tab
A perfect 'New tab' extension for your browser.
¿Qué es CEREFINE | New Tab?
CEREFINE | New Tab es una extensión de Chrome desarrollada por https://cerefine.com, y su función principal es "A perfect 'New tab' extension for your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CEREFINE | New Tab
Descarga archivos de extensión CEREFINE | New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | CEREFINE | New Tab |
ID | dphamlpjikbcgkhmclpdgceofplmoonm |
URL Oficial | https://chromewebstore.google.com/detail/cerefine-new-tab/dphamlpjikbcgkhmclpdgceofplmoonm |
Descripción | A perfect 'New tab' extension for your browser. |
Tamaño del Archivo | 230 KB |
Cantidad de Instalaciones | 66 |
Versión Actual | 2.3 |
Última Actualización | 2022-08-29 |
Fecha de Publicación | 2020-09-12 |
Calificación | 4.68/5 Total de 57 Calificaciones |
Desarrollador | https://cerefine.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cerefine.com |
URL de la Página de Ayuda | https://cerefine.com/contact |
URL de la Página de Política de Privacidad | https://www.cerefine.com/privacy |
Idiomas Soportados | 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" ] } } |