Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
What is Yet Another New Tab Page?
Yet Another New Tab Page is a Chrome extension developed by Brian Mock, and its main feature is "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".
Extension Screenshots
Download Yet Another New Tab Page Extension CRX File
Download Yet Another 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
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
Extension Basic Information
Name | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
Official URL | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
Description | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
File Size | 9.39 KB |
Installation Count | 194 |
Current Version | 21.0 |
Last Updated | 2017-11-19 |
Publish Date | 2017-11-19 |
Rating | 4.43/5 Total 14 Ratings |
Developer | Brian Mock |
Payment Type | free |
Extension Website | https://github.com/wavebeem/yantp |
Help Page URL | https://github.com/wavebeem/yantp |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |