InBalance - minimal task tracker
Use the InBalance Tab themed extension to search directly from a new tab.
¿Qué es InBalance - minimal task tracker?
InBalance - minimal task tracker es una extensión de Chrome desarrollada por admin, y su función principal es "Use the InBalance Tab themed extension to search directly from a new tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión InBalance - minimal task tracker
Descarga archivos de extensión InBalance - minimal task tracker 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
An ideal extension for personal and work usage would be a versatile task management tool that combines the functionality of a to-do list with features specifically designed to cater to both personal and professional needs. New tab includes today’s date and current time along with quick access to the most visited websites. Background, time format and the most visited websites of the extension can be customised to suit user preferences. "By clicking "Add to Chrome", I accept and agree to install the 'InBalance' extension and set Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy The InBalance extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing. Terms of Use: https://inbalance-tab.com/pages/terms Privacy Policy: https://inbalance-tab.com/pages/policy For more information please visit: https://inbalance-tab.com/ Enjoy and please don't forget to leave us a 5 start review!
Información Básica de la Extensión
Nombre | InBalance - minimal task tracker |
ID | njfjdepmlfapfeobfaflpcbgkackdljk |
URL Oficial | https://chromewebstore.google.com/detail/inbalance-minimal-task-tr/njfjdepmlfapfeobfaflpcbgkackdljk |
Descripción | Use the InBalance Tab themed extension to search directly from a new tab. |
Tamaño del Archivo | 232 KB |
Cantidad de Instalaciones | 1,792 |
Versión Actual | 1.0.5 |
Última Actualización | 2023-07-18 |
Fecha de Publicación | 2023-07-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | admin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://inbalance-tab.com/ |
URL de la Página de Ayuda | https://inbalance-tab.com/pages/contact |
URL de la Página de Política de Privacidad | https://inbalance-tab.com/pages/policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InBalance - minimal task tracker", "short_name": "InBalance", "version": "1.0.5", "description": "Use the InBalance Tab themed extension to search directly from a new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "browser_style": false, "default_icon": "icons\/128.png", "default_title": "InBalance Tab" }, "background": { "service_worker": "background.js" }, "permissions": [ "topSites", "storage" ] } |