Inspiring Puppies
Inspirational quotes as told by puppies.
Was ist Inspiring Puppies?
Inspiring Puppies ist eine Chrome-Erweiterung, die von zcolburn entwickelt wurde, und ihr Hauptmerkmal ist "Inspirational quotes as told by puppies.".
Erweiterungsscreenshots
Inspiring Puppies-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inspiring Puppies-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | feomjpgddicahogfffjdelnjoaednanb |
Offizielle URL | https://chrome.google.com/webstore/detail/inspiring-puppies/feomjpgddicahogfffjdelnjoaednanb |
Beschreibung | Inspirational quotes as told by puppies. |
Dateigröße | 46.83 KB |
Installationsanzahl | 13 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-12-02 |
Veröffentlichungsdatum | 2018-12-02 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | zcolburn |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |