Motivation-huh?

Replace new tab page with Motivation

What is Motivation-huh??

Motivation-huh? is a Chrome extension developed by Unknown, and its main feature is "Replace new tab page with Motivation".

Extension Screenshots

screenshot

Download Motivation-huh? Extension CRX File

Download Motivation-huh? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

countdown your TTL                    

Extension Basic Information

Name Motivation-huh? Motivation-huh?
ID gjiindielolnpcmjbhiojfpojlodnicl
Official URL https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl
Description Replace new tab page with Motivation
File Size 96.61 KB
Installation Count 22
Current Version 0.1
Last Updated 2014-12-26
Publish Date 2014-12-25
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
}