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.

Was ist Motivation?

Motivation ist eine Chrome-Erweiterung, die von Dmytrii Lysak entwickelt wurde, und ihr Hauptmerkmal ist "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

Erweiterungsscreenshots

screenshot

Motivation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Motivation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
Offizielle URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Beschreibung Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Dateigröße 2.01 MB
Installationsanzahl 629
Aktuelle Version 0.6.6.1
Letztes Update 2024-01-22
Veröffentlichungsdatum 2020-06-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Dmytrii Lysak
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://motivation-new-tab.github.io/
Hilfeseite URL https://github.com/Lysak/motivation/
Unterstützte Sprachen 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"
}