Potato It!

Internet + Potatoes = Pure Awesome

Potato It!คืออะไร?

Potato It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Shimoniak และคุณลักษณะหลักของมันคือ "Internet + Potatoes = Pure Awesome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Potato It!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}