Motivation

Replace new tab page with Motivation

Qu'est-ce que Motivation ?

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

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension 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

                        Replaces your 'new-tab' page with a real-time counter showing your current age.                    

Informations de Base sur l'Extension

Nom Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
URL Officiel https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
Description Replace new tab page with Motivation
Taille du Fichier 96.48 KB
Nombre d'Installations 37,605
Version Actuelle 0.6
Dernière Mise à Jour 2014-07-18
Date de Publication 2014-07-17
Évaluation 4.44/5 Total 412 Évaluations
Développeur maccman
Type de Paiement free
Langues Prises en Charge 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 Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6"
}