Inspiring Puppies
Inspirational quotes as told by puppies.
What is Inspiring Puppies?
Inspiring Puppies is a Chrome extension developed by zcolburn, and its main feature is "Inspirational quotes as told by puppies.".
Extension Screenshots
Download Inspiring Puppies Extension CRX File
Download Inspiring Puppies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | feomjpgddicahogfffjdelnjoaednanb |
Official URL | https://chrome.google.com/webstore/detail/inspiring-puppies/feomjpgddicahogfffjdelnjoaednanb |
Description | Inspirational quotes as told by puppies. |
File Size | 46.83 KB |
Installation Count | 13 |
Current Version | 1.1 |
Last Updated | 2018-12-02 |
Publish Date | 2018-12-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | zcolburn |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |