Inspiring Puppies
Inspirational quotes as told by puppies.
Wat is Inspiring Puppies?
Inspiring Puppies is een Chrome-extensie ontwikkeld door zcolburn, en de belangrijkste functie is "Inspirational quotes as told by puppies.".
Extensie Screenshots
Download het CRX-bestand van de extensie Inspiring Puppies
Download Inspiring Puppies-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
Have you ever wanted puppies to give you compliments? Well, today is your lucky day! Simply click and you will be presented with a puppy and a compliment. All images are drawn from randomdoggiegenerator.com.
Basisinformatie over de Extensie
Naam | |
ID | feomjpgddicahogfffjdelnjoaednanb |
Officiële URL | https://chrome.google.com/webstore/detail/inspiring-puppies/feomjpgddicahogfffjdelnjoaednanb |
Beschrijving | Inspirational quotes as told by puppies. |
Bestandsgrootte | 46.83 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-12-02 |
Publicatiedatum | 2018-12-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | zcolburn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspiring Puppies", "version": "1.1", "description": "Inspirational quotes as told by puppies.", "browser_action": { "default_title": "Inspiring Puppies", "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "styling.css", "https:\/\/www.randomdoggiegenerator.com\/randomdoggie.php", "https:\/\/fonts.googleapis.com\/css?family=El+Messiri" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |