Pics to Kittens

This extension makes The Internet better by replacing all images with cats.

Pics to Kittensとは何ですか?

Pics to Kittensはdisregarding standardsによって開発されたChromeの拡張機能で、その主な機能は「This extension makes The Internet better by replacing all images with cats.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Pics to Kittens拡張機能のCRXファイルをダウンロード

Pics to Kittens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Why would you ever want to see a picture that isn't about a cat?

Make your internet a better experience by viewing cats as much as possible.



(Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)                    

拡張機能の基本情報

名前 Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
公式URL https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
説明 This extension makes The Internet better by replacing all images with cats.
ファイルサイズ 1.23 MB
インストール数 197
現在のバージョン 1.1
最終更新日 2014-04-21
公開日 2014-04-20
評価 4.00/5 合計 7 レビュー
開発者 disregarding standards
支払い方法 free
拡張機能のウェブサイト https://github.com/yvescourtois/chrome_to_cats
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pics to Kittens",
    "version": "1.1",
    "author": "Yves Courtois",
    "description": "This extension makes The Internet better by replacing all images with cats.",
    "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Toggle on\/off."
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/options.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cats.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}