MEOWSER.ME

Replaces all images on a given page with pictures of cats.

什么是MEOWSER.ME?

MEOWSER.ME是由http://www.meowser.me开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on a given page with pictures of cats.”。

扩展截图

screenshot
screenshot

下载MEOWSER.ME扩展crx文件

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

扩展使用说明

                        Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!!

Meowser.me replaces all the images on a web page with photos of CATS!

Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!                    

扩展基本信息

名称 MEOWSER.ME MEOWSER.ME
ID cpjfmcjkclaplkjecocopokgephfimnb
官方URL https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb
简介 Replaces all images on a given page with pictures of cats.
文件大小 33.16 KB
安装次数 97
当前版本 2.1
更新时间 2014-03-02
上架时间 2014-03-02
评分 4.00/5 共2次评分
开发者 http://www.meowser.me
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "heycat.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "MEOWSER.ME"
    },
    "description": "Replaces all images on a given page with pictures of cats.",
    "homepage_url": "http:\/\/www.meowser.me",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "MEOWSER.ME",
    "permissions": [
        "activeTab"
    ],
    "version": "2.1"
}