Photo Calendar 2020

Take your daily inspiration from our photo calendar, based on 365 images

Photo Calendar 2020란 무엇입니까?

Photo Calendar 2020은(는) https://16gram.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take your daily inspiration from our photo calendar, based on 365 images"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Photo Calendar 2020 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        365 photos for every day. All photos are selected manually by the following criteria: uniqueness, creativity, image quality, popularity. The pictures are from different topics like travel, animals, lifestyle, art and beautiful places around the world.

Want to see what picture we selected for tomorrow? Visit this extension every day and load the positive energy of the selected photo of the day.

You can also use the interactive calendar and see the picture for each day from 1900 to 2100. What photo did we choose for your birthday? Or what is the photo of your most special day? Spread our calendar and found out.

Disclaimer:

The photos are owned by Instagram and users with public profiles.

Photos used in the screenshots of this extension on the Chrome Web Store are by Instagram users: mylilchapter (Link: instagram.com/mylilchapter/), dotzsoh (Link:(instagram.com/dotzsoh/), artnowmas (Link: instagram.com/artnowmas).

This product uses the Instagram API but is not endorsed or certified by Instagram. 
All Instagram™ logos and trademarks displayed on this application are property of Instagram.
All photos and videos are property of their respective owners.                    

확장 프로그램 기본 정보

이름 Photo Calendar 2020 Photo Calendar 2020
ID icolobglimlklcdpecoaecmdhlehbgkg
공식 URL https://chromewebstore.google.com/detail/photo-calendar-2020/icolobglimlklcdpecoaecmdhlehbgkg
설명 Take your daily inspiration from our photo calendar, based on 365 images
파일 크기 307 KB
설치 횟수 2,570
현재 버전 2.3
최근 업데이트 2019-11-27
출시 날짜 2019-11-26
평점 2.57/5 총 82 개의 평점
개발자 https://16gram.com
결제 유형 free
확장 프로그램 웹 사이트 http://16gram.com/photo-of-the-day
도움말 페이지 URL http://16gram.com/photo-of-the-day
개인정보 보호 정책 페이지 URL http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "short_name": "__MSG_application_shortname__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "2.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon48.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_application_title__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}