Remaining : A New Tab Extension
The coolest new tab extension which will tell you how much time is left in year, month, week and day.
¿Qué es Remaining : A New Tab Extension?
Remaining : A New Tab Extension es una extensión de Chrome desarrollada por gauravmehla, y su función principal es "The coolest new tab extension which will tell you how much time is left in year, month, week and day.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Remaining : A New Tab Extension
Descarga archivos de extensión Remaining : A New Tab Extension 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
The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out. Stay Motivated
Información Básica de la Extensión
Nombre | Remaining : A New Tab Extension |
ID | nnkdehdcffmohpahglchigmmnmahpdjo |
URL Oficial | https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo |
Descripción | The coolest new tab extension which will tell you how much time is left in year, month, week and day. |
Tamaño del Archivo | 816 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 1.0.2 |
Última Actualización | 2018-05-06 |
Fecha de Publicación | 2018-05-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | gauravmehla |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://gauravmehla.github.io/Remaining |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remaining : A New Tab Extension", "short_name": "Remaining : A New Tab Extension", "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.", "version": "1.0.2", "browser_action": { "default_icon": ".\/icons\/38.png" }, "icons": { "16": ".\/icons\/16.png", "24": ".\/icons\/24.png", "32": ".\/icons\/32.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png", "256": ".\/icons\/256.png", "512": ".\/icons\/512.png" }, "chrome_url_overrides": { "newtab": ".\/index.html" }, "manifest_version": 2, "web_accessible_resources": [ "index.html" ] } |