Let There Be Puppies

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

Co to jest Let There Be Puppies?

Let There Be Puppies to rozszerzenie Chrome opracowane przez limcolin1984, a jego główną funkcją jest „Searches the loaded page for images of keywords.. and replaces them with Puppies!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Let There Be Puppies

Pobierz pliki rozszerzeń Let There Be Puppies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
Oficjalny URL https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Opis Searches the loaded page for images of keywords.. and replaces them with Puppies!
Rozmiar pliku 43.65 KB
Liczba instalacji 20
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2016-12-11
Data Publikacji 2016-12-11
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper limcolin1984
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}