Motivation

Replace new tab page with Motivation

What is Motivation?

Motivation is a Chrome extension developed by maccman, and its main feature is "Replace new tab page with Motivation".

Extension Screenshots

screenshot

Download Motivation Extension CRX File

Download Motivation 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

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

Extension Basic Information

Name Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
Official URL https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
Description Replace new tab page with Motivation
File Size 96.48 KB
Installation Count 37,605
Current Version 0.6
Last Updated 2014-07-18
Publish Date 2014-07-17
Rating 4.44/5 Total 412 Ratings
Developer maccman
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",
    "offline_enabled": true,
    "version": "0.6"
}