Inspiration.Photos

Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.

Qu'est-ce que Inspiration.Photos ?

Inspiration.Photos est une extension Chrome développée par http://joymems.com, et sa fonction principale est "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Inspiration.Photos

Téléchargez les fichiers d'extension Inspiration.Photos 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

                        Replace the ordinary blank page of new tabs with beautiful and inspiring photos. After installing, every time you open a new tab you will see great photos from all over the world. Fall in love with stunning pictures of places, animals and nature.

Built for Chrome, designed for you.

We've upgraded inspiration.photos to include more features. Please use joymems.com http://joymems.com instead.                    

Informations de Base sur l'Extension

Nom Inspiration.Photos Inspiration.Photos
ID hmjmjacmmogimpnhklgbgiganebangkc
URL Officiel https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc
Description Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
Taille du Fichier 235 KB
Nombre d'Installations 49
Version Actuelle 0.1.9
Dernière Mise à Jour 2017-01-28
Date de Publication 2017-01-28
Évaluation 5.00/5 Total 9 Évaluations
Développeur http://joymems.com
Type de Paiement free
Site Web de l'Extension http://joymems.com/
URL de la Page d'Aide http://www.joymems.com/faq.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspiration.Photos",
    "version": "0.1.9",
    "manifest_version": 2,
    "description": "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.",
    "homepage_url": "http:\/\/joymems.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';  object-src 'self'",
    "permissions": [
        "geolocation",
        "storage",
        "unlimitedStorage",
        "cookies",
        "management",
        "notifications",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.inspiration.photos\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ]
}