Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
What is Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page is a Chrome extension developed by joshspicer, and its main feature is "Replaces the new tab page with colorful motivation.".
Extension Screenshots
Download Colorful Motivation - New Tab Page Extension CRX File
Download Colorful Motivation - New Tab Page 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
Replace the (boring) new tab page with (fun and colorful) motivation. Displays your current age as it slowly ticks up, and generates a background color based on that moment. Easy to edit your birthday, just click the date in the bottom-left! Inspired by the idea put forth in Chrome extension "Motivation" by maccman. Open source on Github: https://github.com/joshspicer/colorful-motivation
Extension Basic Information
Name | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
Official URL | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
Description | Replaces the new tab page with colorful motivation. |
File Size | 178 KB |
Installation Count | 160 |
Current Version | 0.31 |
Last Updated | 2018-08-22 |
Publish Date | 2018-08-21 |
Rating | 4.83/5 Total 6 Ratings |
Developer | joshspicer |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful Motivation - New Tab Page", "version": "0.31", "author": "Josh Spicer", "description": "Replaces the new tab page with colorful motivation.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |