HappyPuppyDaily
A puppy a day keeps the doctor away
Wat is HappyPuppyDaily?
HappyPuppyDaily is een Chrome-extensie ontwikkeld door http://www.happypuppydaily.com, en de belangrijkste functie is "A puppy a day keeps the doctor away".
Extensie Screenshots
Download het CRX-bestand van de extensie HappyPuppyDaily
Download HappyPuppyDaily-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Each new day will bring with it a cute new puppy to your browser's background. Just open a new tab and smile :-)
Basisinformatie over de Extensie
Naam | |
ID | opcnpinjognmojoncddhmpinjjgccpfk |
Officiële URL | https://chrome.google.com/webstore/detail/happypuppydaily/opcnpinjognmojoncddhmpinjjgccpfk |
Beschrijving | A puppy a day keeps the doctor away |
Bestandsgrootte | 3.94 MB |
Aantal Installaties | 29 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2015-02-03 |
Publicatiedatum | 2015-02-03 |
Beoordeling | 4.66/5 Totaal 35 Beoordelingen |
Ontwikkelaar | http://www.happypuppydaily.com |
Betalingswijze | free |
Extensiewebsite | http://www.happypuppydaily.com/ |
Ondersteunde Talen | 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'" } |