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