Original New Tab
Opens the original Chrome™ "New Tab"
What is Original New Tab?
Original New Tab is a Chrome extension developed by Oscar de Dios, and its main feature is "Opens the original Chrome™ "New Tab"".
Extension Screenshots
Download Original New Tab Extension CRX File
Download Original 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
It Opens the Original Chrome™ New Tab. Useful if you have installed some of the extensions that overrides the original new tab and you want to use momentarily the original chrome™ tab. This extension shows the ACTUAL chrome™ new tab page, install only if you use another new tab extension. Icons made www.flaticon.com/authors/robin-kylander, licensed by Creative Commons BY 3.0
Extension Basic Information
Name | Original New Tab |
ID | lolhkjkbfeldmnjcbgifdbnjnokekpma |
Official URL | https://chromewebstore.google.com/detail/original-new-tab/lolhkjkbfeldmnjcbgifdbnjnokekpma |
Description | Opens the original Chrome™ "New Tab" |
File Size | 168 KB |
Installation Count | 5,000 |
Current Version | 2.3 |
Last Updated | 2017-06-15 |
Publish Date | 2017-06-15 |
Rating | 3.32/5 Total 50 Ratings |
Developer | Oscar de Dios |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.noteboardapp.com/policy |
Supported Languages | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Original New Tab", "version": "2.3", "manifest_version": 2, "icons": { "128": "extIcon128.png" }, "default_locale": "en", "description": "__MSG_extDesc__", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Original New Tab", "default_icon": { "19": "extIcon16.png", "38": "extIcon32.png" } } } |