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.

Wat is Motivation?

Motivation is een Chrome-extensie ontwikkeld door Dmytrii Lysak, en de belangrijkste functie is "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Motivation

Download Motivation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
Officiële URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Beschrijving Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Bestandsgrootte 2.01 MB
Aantal Installaties 629
Huidige Versie 0.6.6.1
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2020-06-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Dmytrii Lysak
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://motivation-new-tab.github.io/
Help Pagina-URL https://github.com/Lysak/motivation/
Ondersteunde Talen 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"
}