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"
}