Let There Be Puppies

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

什么是Let There Be Puppies?

Let There Be Puppies是由limcolin1984开发的Chrome扩展程序,该扩展的主要功能是“Searches the loaded page for images of keywords.. and replaces them with Puppies!”。

扩展截图

screenshot

下载Let There Be Puppies扩展crx文件

下载Let There Be Puppies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
官方URL https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
简介 Searches the loaded page for images of keywords.. and replaces them with Puppies!
文件大小 43.65 KB
安装次数 20
当前版本 1.1.1
更新时间 2016-12-11
上架时间 2016-12-11
评分 4.67/5 共3次评分
开发者 limcolin1984
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}