Days Until (Days Countdown)
Displays the number of days until a specified date right in the toolbar. (Days Countdown)
¿Qué es Days Until (Days Countdown)?
Days Until (Days Countdown) es una extensión de Chrome desarrollada por usefulwebtech, y su función principal es "Displays the number of days until a specified date right in the toolbar. (Days Countdown)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Days Until (Days Countdown)
Descarga archivos de extensión Days Until (Days Countdown) 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
It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Helps you track the number of days left until an important day that you have been waiting for. Set a deadline for your Goals! Keep track of days remaining! Easily change the date and event name by clicking on the extension logo. This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results! Chase the date! (Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)
Información Básica de la Extensión
Nombre | Days Until (Days Countdown) |
ID | eddnhnjblfligfijgckclhnkmilmdhij |
URL Oficial | https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij |
Descripción | Displays the number of days until a specified date right in the toolbar. (Days Countdown) |
Tamaño del Archivo | 17.64 KB |
Cantidad de Instalaciones | 35,905 |
Versión Actual | 1.52 |
Última Actualización | 2022-12-24 |
Fecha de Publicación | 2020-03-08 |
Calificación | 3.48/5 Total de 42 Calificaciones |
Desarrollador | usefulwebtech |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Click here to set the date" }, "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "name": "Days Until (Days Countdown)", "permissions": [ "storage" ], "short_name": "Days Until", "version": "1.52" } |