Empty New Tab Page
With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
What is Empty New Tab Page?
Empty New Tab Page is a Chrome extension developed by ✰✰✰✰✰✰, and its main feature is "With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.".
Extension Screenshots
Download Empty New Tab Page Extension CRX File
Download Empty 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
Extension Basic Information
| Name | |
| ID | ldnoknppacjpejoacooogblpenmdligp |
| Official URL | https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp |
| Description | With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails. |
| File Size | 6.71 KB |
| Installation Count | 103 |
| Current Version | 1.1.2 |
| Last Updated | 2016-01-16 |
| Publish Date | 2016-01-16 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | ✰✰✰✰✰✰ |
| Payment Type | free |
| Supported Languages | de,en |
| manifest.json | |
{
"manifest_version": 2,
"name": "__MSG_extension_name__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.2",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "empty_newtab.html"
},
"description": "__MSG_description__",
"icons": {
"128": "icon_128.png"
},
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |