Daily Motivation

Replace new tab page with Daily Motivation

Was ist Daily Motivation?

Daily Motivation ist eine Chrome-Erweiterung, die von aarohmankad entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with Daily Motivation".

Erweiterungsscreenshots

screenshot

Daily Motivation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daily 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

                        This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day.

It feels like you're always competing on the clock to get your tasks done!                    

Grundlegende Informationen zur Erweiterung

Name Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
Offizielle URL https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
Beschreibung Replace new tab page with Daily Motivation
Dateigröße 62.54 KB
Installationsanzahl 700
Aktuelle Version 0.15
Letztes Update 2017-06-21
Veröffentlichungsdatum 2017-06-20
Bewertung 4.08/5 Insgesamt 13 Bewertungen
Entwickler aarohmankad
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.github.com/aarohmankad/motivation
Hilfeseite URL http://www.github.com/aarohmankad/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": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Daily Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Daily Motivation",
    "offline_enabled": true,
    "version": "0.15"
}