iPotato

Helps out where people have accidentally written 'iPhone' instead of 'Potato'.

iPotatoคืออะไร?

iPotato เป็นส่วนขยายของ Chrome ที่พัฒนาโดย callummr และคุณลักษณะหลักของมันคือ "Helps out where people have accidentally written 'iPhone' instead of 'Potato'."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย iPotato ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sometimes people are talking about Apple's latest Potato and accidentally write 'iPhone'. This will clear up those mistakes so you never have to see them!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iPotato iPotato
ID necaodfahjjdigklnfoedncclkkgmclk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ipotato/necaodfahjjdigklnfoedncclkkgmclk
คำอธิบาย Helps out where people have accidentally written 'iPhone' instead of 'Potato'.
ขนาดไฟล์ 23.14 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-10-07
วันที่เผยแพร่ 2015-10-07
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา callummr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iPotato",
    "version": "1.1",
    "description": "Helps out where people have accidentally written 'iPhone' instead of 'Potato'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "potato16.gif",
        "32": "potato32.gif",
        "48": "potato48.gif",
        "64": "potato64.gif",
        "128": "potato128.gif",
        "256": "potato256.gif"
    }
}