Simplicity
Replace new tab page with a simplistic, super, and personal new tab page.
What is Simplicity?
Simplicity is a Chrome extension developed by https://theklimts.com, and its main feature is "Replace new tab page with a simplistic, super, and personal new tab page.".
Extension Screenshots
Download Simplicity Extension CRX File
Download Simplicity 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
Clean, simple, and beautiful. Dynamic loads pictures via reddit for a fresh, new look every day!
Extension Basic Information
Name | Simplicity |
ID | mpmdaplfkgkaflcechbklbledmjdedli |
Official URL | https://chromewebstore.google.com/detail/simplicity/mpmdaplfkgkaflcechbklbledmjdedli |
Description | Replace new tab page with a simplistic, super, and personal new tab page. |
File Size | 2.29 MB |
Installation Count | 40 |
Current Version | 0.400 |
Last Updated | 2016-01-20 |
Publish Date | 2016-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://theklimts.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://theklimts.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplicity", "short_name": "Simplicity replaces new tab page", "description": "Replace new tab page with a simplistic, super, and personal new tab page.", "version": "0.400", "incognito": "split", "offline_enabled": true, "icons": { "16": "16_icon.png", "48": "48_icon.png", "128": "128_icon.png" }, "permissions": [ "topSites", "chrome:\/\/favicon\/", "management", "tabs" ], "chrome_url_overrides": { "newtab": "simplicity.html" }, "manifest_version": 2 } |