Motivation (devm33 fork)

Replace new tab page with Motivation

What is Motivation (devm33 fork)?

Motivation (devm33 fork) is a Chrome extension developed by devm33, and its main feature is "Replace new tab page with Motivation".

Extension Screenshots

screenshot

Download Motivation (devm33 fork) Extension CRX File

Download Motivation (devm33 fork) 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

                        Displays a counter of your age in years to eight decimal places on the new tab page.

Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.                    

Extension Basic Information

Name Motivation (devm33 fork) Motivation (devm33 fork)
ID edaphnidncfdooaldnhdmijjephlbehh
Official URL https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh
Description Replace new tab page with Motivation
File Size 323 KB
Installation Count 165
Current Version 0.5
Last Updated 2014-11-16
Publish Date 2014-11-16
Rating 5.00/5 Total 3 Ratings
Developer devm33
Email [email protected]
Payment Type free
Extension Website https://github.com/devm33/motivation
Help Page URL https://github.com/devm33/motivation
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "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 (devm33 fork)",
    "offline_enabled": true,
    "version": "0.5"
}