Nat Geo New Tab

Displays NatGeo photograph of the day on opening a new tab

什么是Nat Geo New Tab?

Nat Geo New Tab是由madhavanmalolan开发的Chrome扩展程序,该扩展的主要功能是“Displays NatGeo photograph of the day on opening a new tab”。

扩展截图

screenshot

下载Nat Geo New Tab扩展crx文件

下载Nat Geo New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Nat Geo New Tab Nat Geo New Tab
ID mcjjdmhpbpeejgkbdjpbccdphdefieca
官方URL https://chrome.google.com/webstore/detail/nat-geo-new-tab/mcjjdmhpbpeejgkbdjpbccdphdefieca
简介 Displays NatGeo photograph of the day on opening a new tab
文件大小 24.92 KB
安装次数 167
当前版本 2.0
更新时间 2018-04-17
上架时间 2018-04-17
评分 5.00/5 共2次评分
开发者 madhavanmalolan
电子邮箱 [email protected]
付费类型 free
扩展官网 http://natgeopicoftheday.com
帮助页面URL http://natgeopicoftheday.com
支持的语言 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"
    }
}