Daily Motivation
Replace new tab page with Daily Motivation
What is Daily Motivation?
Daily Motivation is a Chrome extension developed by aarohmankad, and its main feature is "Replace new tab page with Daily Motivation".
Extension Screenshots
Download Daily Motivation Extension CRX File
Download Daily 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
This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day. It feels like you're always competing on the clock to get your tasks done!
Extension Basic Information
Name | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
Official URL | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
Description | Replace new tab page with Daily Motivation |
File Size | 62.54 KB |
Installation Count | 700 |
Current Version | 0.15 |
Last Updated | 2017-06-21 |
Publish Date | 2017-06-20 |
Rating | 4.08/5 Total 13 Ratings |
Developer | aarohmankad |
[email protected] | |
Payment Type | free |
Extension Website | http://www.github.com/aarohmankad/motivation |
Help Page URL | http://www.github.com/aarohmankad/motivation |
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 Daily Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Daily Motivation", "offline_enabled": true, "version": "0.15" } |