Motivation-huh?

Replace new tab page with Motivation

Was ist Motivation-huh??

Motivation-huh? ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with Motivation".

Erweiterungsscreenshots

screenshot

Motivation-huh?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Motivation-huh?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj

countdown your TTL                    

Grundlegende Informationen zur Erweiterung

Name Motivation-huh? Motivation-huh?
ID gjiindielolnpcmjbhiojfpojlodnicl
Offizielle URL https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl
Beschreibung Replace new tab page with Motivation
Dateigröße 96.61 KB
Installationsanzahl 22
Aktuelle Version 0.1
Letztes Update 2014-12-26
Veröffentlichungsdatum 2014-12-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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-huh?",
    "offline_enabled": true,
    "version": "0.1"
}