Let There Be Puppies

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

Apa itu Let There Be Puppies?

Let There Be Puppies adalah ekstensi Chrome yang dikembangkan oleh limcolin1984, dan fitur utamanya adalah "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Let There Be Puppies

Unduh file ekstensi Let There Be Puppies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
URL Resmi https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Deskripsi Searches the loaded page for images of keywords.. and replaces them with Puppies!
Ukuran File 43.65 KB
Jumlah Instalasi 20
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2016-12-11
Tanggal Publikasi 2016-12-11
Penilaian 4.67/5 Total 3 Penilaian
Pengembang limcolin1984
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}