Noir
A minimlist new tab page for Chrome.
What is Noir?
Noir is a Chrome extension developed by TJ Hillard, and its main feature is "A minimlist new tab page for Chrome.".
Extension Screenshots
Download Noir Extension CRX File
Download Noir 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
A minimalist 'new tab' screen replacement for Google Chrome. --- v0.0.7 --- * Fix a bug with showing/hiding weather
Extension Basic Information
Name | Noir |
ID | emincapppfdgohnhgilidepandmngfmk |
Official URL | https://chromewebstore.google.com/detail/noir/emincapppfdgohnhgilidepandmngfmk |
Description | A minimlist new tab page for Chrome. |
File Size | 4.52 MB |
Installation Count | 144 |
Current Version | 0.0.7 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | TJ Hillard |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noir", "version": "0.0.7", "description": "A minimlist new tab page for Chrome.", "icons": [], "options_page": "options.html", "permissions": [ "storage", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "main.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |