Inspiring Puppies

Inspirational quotes as told by puppies.

Hvad er Inspiring Puppies?

Inspiring Puppies er en Chrome-udvidelse udviklet af zcolburn, og dens hovedfunktion er "Inspirational quotes as told by puppies.".

Udvidelsesskærmbilleder

screenshot

Download Inspiring Puppies-udvidelses-CRX-fil

Download Inspiring Puppies-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Inspiring Puppies Inspiring Puppies
ID feomjpgddicahogfffjdelnjoaednanb
Officiel URL https://chrome.google.com/webstore/detail/inspiring-puppies/feomjpgddicahogfffjdelnjoaednanb
Beskrivelse Inspirational quotes as told by puppies.
Filstørrelse 46.83 KB
Antal Installationer 13
Nuværende Version 1.1
Senest Opdateret 2018-12-02
Udgivelsesdato 2018-12-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler zcolburn
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}