Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

¿Qué es Motivation?

Motivation es una extensión de Chrome desarrollada por Dmytrii Lysak, y su función principal es "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Motivation

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

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

Información Básica de la Extensión

Nombre Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
URL Oficial https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Descripción Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Tamaño del Archivo 2.01 MB
Cantidad de Instalaciones 629
Versión Actual 0.6.6.1
Última Actualización 2024-01-22
Fecha de Publicación 2020-06-07
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Dmytrii Lysak
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://motivation-new-tab.github.io/
URL de la Página de Ayuda https://github.com/Lysak/motivation/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}