Dark Motivation

Replace the new tab page with Dark Motivation

Was ist Dark Motivation?

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

Erweiterungsscreenshots

screenshot

Dark Motivation-Erweiterungs-CRX-Datei herunterladen

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

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

Grundlegende Informationen zur Erweiterung

Name Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
Offizielle URL https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Beschreibung Replace the new tab page with Dark Motivation
Dateigröße 96.48 KB
Installationsanzahl 1,391
Aktuelle Version 1.0
Letztes Update 2018-03-10
Veröffentlichungsdatum 2018-03-09
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler calebboyd
Zahlungsart free
Unterstützte Sprachen en-US
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 the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}