HappyPuppyDaily
A puppy a day keeps the doctor away
Hvad er HappyPuppyDaily?
HappyPuppyDaily er en Chrome-udvidelse udviklet af http://www.happypuppydaily.com, og dens hovedfunktion er "A puppy a day keeps the doctor away".
Udvidelsesskærmbilleder
Download HappyPuppyDaily-udvidelses-CRX-fil
Download HappyPuppyDaily-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Each new day will bring with it a cute new puppy to your browser's background. Just open a new tab and smile :-)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | opcnpinjognmojoncddhmpinjjgccpfk |
Officiel URL | https://chrome.google.com/webstore/detail/happypuppydaily/opcnpinjognmojoncddhmpinjjgccpfk |
Beskrivelse | A puppy a day keeps the doctor away |
Filstørrelse | 3.94 MB |
Antal Installationer | 29 |
Nuværende Version | 0.0.8 |
Senest Opdateret | 2015-02-03 |
Udgivelsesdato | 2015-02-03 |
Bedømmelse | 4.66/5 Samlet 35 Bedømmelser |
Udvikler | http://www.happypuppydaily.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.happypuppydaily.com/ |
Understøttede Sprog | 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'" } |