Potato It!

Internet + Potatoes = Pure Awesome

Potato It! là gì?

Potato It! là một tiện ích mở rộng Chrome được phát triển bởi Evan Shimoniak, và tính năng chính của nó là "Internet + Potatoes = Pure Awesome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Potato It!

Tải xuống các tệp mở rộng Potato It! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
URL Chính Thức https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
Mô tả Internet + Potatoes = Pure Awesome
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2015-01-26
Ngày Phát Hành 2015-01-26
Đánh Giá 3.08/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Evan Shimoniak
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}