Potato It!

Internet + Potatoes = Pure Awesome

Potato It!란 무엇입니까?

Potato It!은(는) Evan Shimoniak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Internet + Potatoes = Pure Awesome"입니다.

확장 프로그램 스크린샷

screenshot

Potato It! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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