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
官方網址 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"
    ]
}