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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **** 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"
    ]
}