Timer Motivation
A new tab page to help focus on what's really important
What is Timer Motivation?
Timer Motivation is a Chrome extension developed by https://tolotra.co.nf, and its main feature is "A new tab page to help focus on what's really important".
Extension Screenshots
Download Timer Motivation Extension CRX File
Download Timer 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 extension will guarantee that you will always remember what are truly important in your life. Study has shown that goals with deadline have 300% more chance to be accomplished than a mere wish.
Extension Basic Information
Name | Timer Motivation |
ID | kncgbhhpfoecanpkcedlibfjmdnphkdj |
Official URL | https://chromewebstore.google.com/detail/timer-motivation/kncgbhhpfoecanpkcedlibfjmdnphkdj |
Description | A new tab page to help focus on what's really important |
File Size | 4.47 MB |
Installation Count | 67 |
Current Version | 0.0.3 |
Last Updated | 2017-05-07 |
Publish Date | 2017-05-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://tolotra.co.nf |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer Motivation", "version": "0.0.3", "manifest_version": 2, "description": "A new tab page to help focus on what's really important", "homepage_url": "http:\/\/github.com\/tolotrasam\/timer_motivation", "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "app\/index.html" }, "permissions": [ "https:\/\/*\/* " ] } |