Motivation

Replace new tab page with Motivation

Cos'è Motivation?

Motivation è un'estensione di Chrome sviluppata da maccman, e la sua funzione principale è "Replace new tab page with Motivation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Motivation

Scarica i file di estensione Motivation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
URL Ufficiale https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
Descrizione Replace new tab page with Motivation
Dimensione del File 96.48 KB
Conteggio Installazioni 37,605
Versione Corrente 0.6
Ultimo Aggiornamento 2014-07-18
Data di Pubblicazione 2014-07-17
Valutazione 4.44/5 Totale 412 Valutazioni
Sviluppatore maccman
Tipo di Pagamento free
Lingue Supportate 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"
}