Life Counter

Counting the moments of your life

¿Qué es Life Counter?

Life Counter es una extensión de Chrome desarrollada por jin.alex, y su función principal es "Counting the moments of your life".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Life Counter

Descarga archivos de extensión Life Counter 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

                        Minimalistic counter that shows time between a specified date and now on all your new tabs.

v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to

Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.

Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc                    

Información Básica de la Extensión

Nombre Life Counter Life Counter
ID bnbpeolijjenmnpfiohapnejmhoecchh
URL Oficial https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh
Descripción Counting the moments of your life
Tamaño del Archivo 104 KB
Cantidad de Instalaciones 839
Versión Actual 2.0.0
Última Actualización 2016-01-01
Fecha de Publicación 2015-12-31
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador jin.alex
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Counter",
    "description": "Counting the moments of your life",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}