minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
What is minimal-new-tab?
minimal-new-tab is a Chrome extension developed by durancristhian, and its main feature is "(FINISHED) Replacement of the new tab for Google Chrome".
Extension Screenshots
Download minimal-new-tab Extension CRX File
Download minimal-new-tab 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
(FINISHED) Replacement of the new tab for Google Chrome
Version 1.0:
- Deleted extra functionality and commented code
Versión 0.3:
- Added animate.css animations and daily quotes
Versión 0.2:
- ToDo list added at the right
Versión 0.1:
- Added centered day and hour Extension Basic Information
| Name | |
| ID | nljoaafhkenagpclofihfbfhkhddhdlk |
| Official URL | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
| Description | (FINISHED) Replacement of the new tab for Google Chrome |
| File Size | 575 KB |
| Installation Count | 24 |
| Current Version | 1.0 |
| Last Updated | 2015-11-29 |
| Publish Date | 2015-11-29 |
| Rating | 4.67/5 Total 3 Ratings |
| Developer | durancristhian |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "minimal-new-tab",
"description": "(FINISHED) Replacement of the new tab for Google Chrome",
"version": "1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"icons": {
"16": "img\/icon-16.png",
"128": "img\/icon-128.png"
}
} | |