ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
What is ICYMT?
ICYMT is a Chrome extension developed by Paul Ruales, and its main feature is "Replace the new tab page with a new page that shows day, week, month, and year progress.".
Extension Screenshots
Download ICYMT Extension CRX File
Download ICYMT 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
In case you missed time! Stop procrastination by replacing the new tab page with a new page that shows day, week, month, and year progress. Icon by Smashicons from www.flaticon.com.
Extension Basic Information
Name | ICYMT |
ID | jmkkihpaeelahdfenocampaldgdameme |
Official URL | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
Description | Replace the new tab page with a new page that shows day, week, month, and year progress. |
File Size | 31.53 KB |
Installation Count | 26 |
Current Version | 0.3 |
Last Updated | 2020-02-02 |
Publish Date | 2020-02-02 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Paul Ruales |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ICYMT", "short_name": "ICYMT", "version": "0.3", "description": "Replace the new tab page with a new page that shows day, week, month, and year progress.", "permissions": [ "activeTab" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icons\/time-passing-16.png", "128": "icons\/time-passing-128.png" }, "manifest_version": 2 } |