Gray New Tab Page
Blank, slightly gray new tab page.
What is Gray New Tab Page?
Gray New Tab Page is a Chrome extension developed by dev.erictang, and its main feature is "Blank, slightly gray new tab page.".
Extension Screenshots
Download Gray New Tab Page Extension CRX File
Download Gray New Tab Page 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
Ever wanted a blank new tab page, but found white too glaring? Here's an alternative solution.
Extension Basic Information
Name | Gray New Tab Page |
ID | aogbngiclgnjhfmiagipbmblmkbkapaf |
Official URL | https://chromewebstore.google.com/detail/gray-new-tab-page/aogbngiclgnjhfmiagipbmblmkbkapaf |
Description | Blank, slightly gray new tab page. |
File Size | 7.25 KB |
Installation Count | 60 |
Current Version | 1.0.0 |
Last Updated | 2017-02-07 |
Publish Date | 2017-02-06 |
Rating | 4.00/5 Total 1 Ratings |
Developer | dev.erictang |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Eric Tang", "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Blank, slightly gray new tab page.", "icons": { "128": "graynewtab-icon.png" }, "manifest_version": 2, "minimum_chrome_version": "29", "name": "Gray New Tab Page", "offline_enabled": true, "short_name": "Gray New Tab", "version": "1.0.0" } |