HappyPuppyDaily
A puppy a day keeps the doctor away
Was ist HappyPuppyDaily?
HappyPuppyDaily ist eine Chrome-Erweiterung, die von http://www.happypuppydaily.com entwickelt wurde, und ihr Hauptmerkmal ist "A puppy a day keeps the doctor away".
Erweiterungsscreenshots
HappyPuppyDaily-Erweiterungs-CRX-Datei herunterladen
Laden Sie HappyPuppyDaily-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Each new day will bring with it a cute new puppy to your browser's background. Just open a new tab and smile :-)
Grundlegende Informationen zur Erweiterung
Name | |
ID | opcnpinjognmojoncddhmpinjjgccpfk |
Offizielle URL | https://chrome.google.com/webstore/detail/happypuppydaily/opcnpinjognmojoncddhmpinjjgccpfk |
Beschreibung | A puppy a day keeps the doctor away |
Dateigröße | 3.94 MB |
Installationsanzahl | 29 |
Aktuelle Version | 0.0.8 |
Letztes Update | 2015-02-03 |
Veröffentlichungsdatum | 2015-02-03 |
Bewertung | 4.66/5 Insgesamt 35 Bewertungen |
Entwickler | http://www.happypuppydaily.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.happypuppydaily.com/ |
Unterstützte Sprachen | 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'" } |