Nat Geo New Tab
Displays NatGeo photograph of the day on opening a new tab
What is Nat Geo New Tab?
Nat Geo New Tab is a Chrome extension developed by madhavanmalolan, and its main feature is "Displays NatGeo photograph of the day on opening a new tab".
Extension Screenshots
Download Nat Geo New Tab Extension CRX File
Download Nat Geo 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
Get a refreshing new tab every day with the most vibrant photos on the planet. Just plain beauty. This extension will display the photograph of the day from National Geographic when you open a new tab.
Extension Basic Information
Name | ![]() |
ID | mcjjdmhpbpeejgkbdjpbccdphdefieca |
Official URL | https://chrome.google.com/webstore/detail/nat-geo-new-tab/mcjjdmhpbpeejgkbdjpbccdphdefieca |
Description | Displays NatGeo photograph of the day on opening a new tab |
File Size | 24.92 KB |
Installation Count | 167 |
Current Version | 2.0 |
Last Updated | 2018-04-17 |
Publish Date | 2018-04-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | madhavanmalolan |
[email protected] | |
Payment Type | free |
Extension Website | http://natgeopicoftheday.com |
Help Page URL | http://natgeopicoftheday.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nat Geo New Tab", "version": "2.0", "description": "Displays NatGeo photograph of the day on opening a new tab", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "background.html" } } |