Minimal Home
Minimalize your new tab page freely.
What is Minimal Home?
Minimal Home is a Chrome extension developed by Nishiki, and its main feature is "Minimalize your new tab page freely.".
Extension Screenshots
Download Minimal Home Extension CRX File
Download Minimal Home 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
Minimalize your new tab page freely.
Extension Basic Information
Name | Minimal Home |
ID | emdlinmbalkhdponagkbfmjhdfjfflli |
Official URL | https://chromewebstore.google.com/detail/minimal-home/emdlinmbalkhdponagkbfmjhdfjfflli |
Description | Minimalize your new tab page freely. |
File Size | 11.14 KB |
Installation Count | 38 |
Current Version | 0.1.1 |
Last Updated | 2020-11-09 |
Publish Date | 2020-11-03 |
Developer | Nishiki |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nishidate-yuki/chrome_minimal_home |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Home", "version": "0.1.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "options_page": "options.html", "icons": { "16": "minimal_home_16.png", "48": "minimal_home_48.png", "128": "minimal_home_128.png" } } |