HappyPuppyDaily

A puppy a day keeps the doctor away

Qu'est-ce que HappyPuppyDaily ?

HappyPuppyDaily est une extension Chrome développée par http://www.happypuppydaily.com, et sa fonction principale est "A puppy a day keeps the doctor away".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HappyPuppyDaily

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

                        Each new day will bring with it a cute new puppy to your browser's background. Just open a new tab and smile :-)                    

Informations de Base sur l'Extension

Nom HappyPuppyDaily HappyPuppyDaily
ID opcnpinjognmojoncddhmpinjjgccpfk
URL Officiel https://chrome.google.com/webstore/detail/happypuppydaily/opcnpinjognmojoncddhmpinjjgccpfk
Description A puppy a day keeps the doctor away
Taille du Fichier 3.94 MB
Nombre d'Installations 29
Version Actuelle 0.0.8
Dernière Mise à Jour 2015-02-03
Date de Publication 2015-02-03
Évaluation 4.66/5 Total 35 Évaluations
Développeur http://www.happypuppydaily.com
Type de Paiement free
Site Web de l'Extension http://www.happypuppydaily.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HappyPuppyDaily",
    "description": "A puppy a day keeps the doctor away",
    "version": "0.0.8",
    "manifest_version": 2,
    "homepage_url": "http:\/\/momane.com\/",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.happypuppydaily.com\/chrome\/*",
                "*:\/\/www.happypuppydaily.com\/Chrome\/*"
            ],
            "js": [
                "lib\/jquery-2.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/logo.png",
        "16": "img\/logo.png"
    },
    "web_accessible_resources": [
        "PuppyImages\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}