Let There Be Puppies

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

O que é Let There Be Puppies?

Let There Be Puppies é uma extensão do Chrome desenvolvida por limcolin1984, e sua principal característica é "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Let There Be Puppies

Baixe arquivos de extensão Let There Be Puppies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
URL Oficial https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Descrição Searches the loaded page for images of keywords.. and replaces them with Puppies!
Tamanho do Arquivo 43.65 KB
Contagem de Instalações 20
Versão Atual 1.1.1
Última Atualização 2016-12-11
Data de Publicação 2016-12-11
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor limcolin1984
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}