Let There Be Puppies

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

Vad är Let There Be Puppies?

Let There Be Puppies är en Chrome-tillägg utvecklad av limcolin1984, och dess huvudfunktion är "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Tilläggsskärmbilder

screenshot

Ladda ner Let There Be Puppies-förlängningens CRX-fil

Ladda ner Let There Be Puppies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
Officiell webbadress https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Beskrivning Searches the loaded page for images of keywords.. and replaces them with Puppies!
Filstorlek 43.65 KB
Antal Installationer 20
Aktuell Version 1.1.1
Senast Uppdaterad 2016-12-11
Publiceringsdatum 2016-12-11
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare limcolin1984
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}