Dark Motivation

Replace the new tab page with Dark Motivation

Hvad er Dark Motivation?

Dark Motivation er en Chrome-udvidelse udviklet af calebboyd, og dens hovedfunktion er "Replace the new tab page with Dark Motivation".

Udvidelsesskærmbilleder

screenshot

Download Dark Motivation-udvidelses-CRX-fil

Download Dark Motivation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Based on the popular light variant: "Motivation"                    

Grundlæggende oplysninger om udvidelsen

Navn Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
Officiel URL https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Beskrivelse Replace the new tab page with Dark Motivation
Filstørrelse 96.48 KB
Antal Installationer 1,391
Nuværende Version 1.0
Senest Opdateret 2018-03-10
Udgivelsesdato 2018-03-09
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler calebboyd
Betalingsmetode free
Understøttede Sprog 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"
}