Empty New Tab
Create empty new tab.
What is Empty New Tab?
Empty New Tab is a Chrome extension developed by https://petr.kle.cz, and its main feature is "Create empty new tab.".
Extension Screenshots
Download Empty New Tab Extension CRX File
Download Empty New Tab 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
Simple empty New Tab. Require no permissions.
Extension Basic Information
Name | Empty New Tab |
ID | dnjaaphbpdglnpphncoiefaglgpfpmne |
Official URL | https://chromewebstore.google.com/detail/empty-new-tab/dnjaaphbpdglnpphncoiefaglgpfpmne |
Description | Create empty new tab. |
File Size | 4.15 KB |
Installation Count | 1,113 |
Current Version | 0.3 |
Last Updated | 2018-02-06 |
Publish Date | 2018-02-06 |
Rating | 4.94/5 Total 33 Ratings |
Developer | https://petr.kle.cz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/petrkle/empty-new-tab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Empty New Tab", "description": "Create empty new tab.", "version": "0.3", "manifest_version": 2, "icons": { "16": "e16.png", "48": "e48.png", "128": "e128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |