Let There Be Puppies

Searches the loaded page for images of keywords.. and replaces them with Puppies!

Co je Let There Be Puppies?

Let There Be Puppies je rozšíření Chrome vyvinuté limcolin1984, a jeho hlavní funkcí je „Searches the loaded page for images of keywords.. and replaces them with Puppies!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Let There Be Puppies

Stáhněte si soubory rozšíření Let There Be Puppies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Searches the loaded page for images of your keywords.. and replaces them with Puppies.
Works by replacing images with src or alt-text containing user-selected keywords.

1. Enter keywords via the icon beside your browser address bar or extension options.
2. Let There Be Puppies!                    

Základní Informace o Rozšíření

Název Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
Oficiální URL https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Popis Searches the loaded page for images of keywords.. and replaces them with Puppies!
Velikost souboru 43.65 KB
Počet instalací 20
Aktuální Verze 1.1.1
Poslední Aktualizace 2016-12-11
Datum Vydání 2016-12-11
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář limcolin1984
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "lettherebepuppies.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "description": "Searches the loaded page for images of keywords.. and replaces them with Puppies!",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Let There Be Puppies",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "options.html",
        "default_title": "Click here to enter keyword"
    }
}