National Geographic - Photo of the day

Top photo every day, one click far

什么是National Geographic - Photo of the day?

National Geographic - Photo of the day是由http://ganeshstuff.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Top photo every day, one click far”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载National Geographic - Photo of the day扩展crx文件

下载National Geographic - Photo of the day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        **** Updated on 24 Jan 2020 ****
National Geographic Chrome Extension - Photo of the day.
View & download photo of the day from National Geographic within a single click.
Navigate through and download your favorite photo of the day.
The wallpaper is 990x742 in resolution.
You will be able to see photos for the past two weeks.
A day might have more than one 'Photo of the Day'
Some photos might repeat. Ofcoz, As in National Geographic website :)

Version 4.4
Enhancements

Version 4.1
Bug fixes

Version 4.0
All new version 

Version 3.1
Bug fixes

Version 3.0
Bug fixes
Clean UI

Version: 2.0
1. Bug fixes

Please post your feedback.                    

扩展基本信息

名称 National Geographic - Photo of the day National Geographic - Photo of the day
ID illknggkfnjpkignckhmeiibfmeobfng
官方URL https://chrome.google.com/webstore/detail/illknggkfnjpkignckhmeiibfmeobfng
简介 Top photo every day, one click far
文件大小 46.14 KB
安装次数 2,512
当前版本 4.4
更新时间 2020-01-29
上架时间 2020-01-25
评分 4.14/5 共70次评分
开发者 http://ganeshstuff.blogspot.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "National Geographic - Photo of the day",
    "short_name": "Photo of the Day",
    "description": "Top photo every day, one click far",
    "version": "4.4",
    "browser_action": {
        "default_icon": "NatGeo.png",
        "default_popup": "popup.html"
    },
    "backgroud": {
        "scripts": [
            "Main.js"
        ]
    },
    "icons": {
        "16": "NatGeo.png",
        "48": "NatGeo.png",
        "128": "NatGeo.png"
    },
    "permissions": [
        "http:\/\/*.nationalgeographic.com\/*",
        "tabs"
    ]
}