Photo Calendar 2020

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

Qu'est-ce que Photo Calendar 2020 ?

Photo Calendar 2020 est une extension Chrome développée par https://16gram.com, et sa fonction principale est "Take your daily inspiration from our photo calendar, based on 365 images".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Photo Calendar 2020

Téléchargez les fichiers d'extension Photo Calendar 2020 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Photo Calendar 2020 Photo Calendar 2020
ID icolobglimlklcdpecoaecmdhlehbgkg
URL Officiel https://chromewebstore.google.com/detail/photo-calendar-2020/icolobglimlklcdpecoaecmdhlehbgkg
Description Take your daily inspiration from our photo calendar, based on 365 images
Taille du Fichier 307 KB
Nombre d'Installations 2,570
Version Actuelle 2.3
Dernière Mise à Jour 2019-11-27
Date de Publication 2019-11-26
Évaluation 2.57/5 Total 82 Évaluations
Développeur https://16gram.com
Type de Paiement free
Site Web de l'Extension http://16gram.com/photo-of-the-day
URL de la Page d'Aide http://16gram.com/photo-of-the-day
URL de la Page de Politique de Confidentialité http://www.messengerhow.com/p/your-privacy-is-important-and-personal.html
Langues Prises en Charge 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'"
}