Motivation

Replace new tab page with Motivation

Wat is Motivation?

Motivation is een Chrome-extensie ontwikkeld door maccman, en de belangrijkste functie is "Replace new tab page with Motivation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Motivation

Download Motivation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
Officiële URL https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
Beschrijving Replace new tab page with Motivation
Bestandsgrootte 96.48 KB
Aantal Installaties 37,605
Huidige Versie 0.6
Laatst Bijgewerkt 2014-07-18
Publicatiedatum 2014-07-17
Beoordeling 4.44/5 Totaal 412 Beoordelingen
Ontwikkelaar maccman
Betalingswijze free
Ondersteunde Talen 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"
}