Potato It!

Internet + Potatoes = Pure Awesome

Potato It!とは何ですか?

Potato It!はEvan Shimoniakによって開発されたChromeの拡張機能で、その主な機能は「Internet + Potatoes = Pure Awesome」です。

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

screenshot

Potato It!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension most images to potatoes. You can adjust it to alter only some images, some background images, or alter all background images. As of the current version, it does not yet change iframes, flash elements, HTML5 canvases, and most ads.

Image from HowBigIsMyPotato.com. Used with permission.

The source and changelog for the program can be found at https://github.com/FracturedRetina/PotatoIt.

If you have any suggestions for features leave a review or open an issue on GitHub.                    

拡張機能の基本情報

名前 Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
公式URL https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
説明 Internet + Potatoes = Pure Awesome
ファイルサイズ 131 KB
インストール数 165
現在のバージョン 2.0.2
最終更新日 2015-01-26
公開日 2015-01-26
評価 3.08/5 合計 13 レビュー
開発者 Evan Shimoniak
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato It!",
    "description": "Internet + Potatoes = Pure Awesome",
    "version": "2.0.2",
    "icons": {
        "19": "res\/icon-pxl-light.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_name": "Potato It!",
        "default_icon": "res\/icon-pxl-light.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "res\/potato.png",
        "jquery.min.js",
        "options.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}