Dark Motivation

Replace the new tab page with Dark Motivation

Qu'est-ce que Dark Motivation ?

Dark Motivation est une extension Chrome développée par calebboyd, et sa fonction principale est "Replace the new tab page with Dark Motivation".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark Motivation

Téléchargez les fichiers d'extension Dark Motivation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Based on the popular light variant: "Motivation"                    

Informations de Base sur l'Extension

Nom Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
URL Officiel https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Description Replace the new tab page with Dark Motivation
Taille du Fichier 96.48 KB
Nombre d'Installations 1,391
Version Actuelle 1.0
Dernière Mise à Jour 2018-03-10
Date de Publication 2018-03-09
Évaluation 5.00/5 Total 4 Évaluations
Développeur calebboyd
Type de Paiement free
Langues Prises en Charge 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"
}