Stimulus

New tab page to motivate you to take advantage of life's fleeting opportunities

What is Stimulus?

Stimulus is a Chrome extension developed by Unknown, and its main feature is "New tab page to motivate you to take advantage of life's fleeting opportunities".

Extension Screenshots

screenshot

Download Stimulus Extension CRX File

Download Stimulus 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 new tab page with a dwindling counter of all the things you enjoy in life.                    

Extension Basic Information

Name Stimulus Stimulus
ID badbnmdfdmbccganmgmmgdgdaffgkiag
Official URL https://chromewebstore.google.com/detail/stimulus/badbnmdfdmbccganmgmmgdgdaffgkiag
Description New tab page to motivate you to take advantage of life's fleeting opportunities
File Size 59.93 KB
Installation Count 14
Current Version 0.1.0
Last Updated 2017-01-21
Publish Date 2017-01-21
Rating 4.80/5 Total 20 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/samm81/stimulus
Help Page URL https://github.com/samm81/stimulus/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stimulus",
    "description": "New tab page to motivate you to take advantage of life's fleeting opportunities",
    "version": "0.1.0",
    "manifest_version": 2,
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "offline_enabled": true
}