GC78 Ice Cream Party

Replaces the text 'General Convention' with 'Ice Cream Party'.

GC78 Ice Cream Partyคืออะไร?

GC78 Ice Cream Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Sibley และคุณลักษณะหลักของมันคือ "Replaces the text 'General Convention' with 'Ice Cream Party'."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GC78 Ice Cream Party

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

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

                        This extension provides relief to beleaguered Episcopalians who are overwhelmed by General Convention, or at least, need a laugh out of it. Let's have an Ice Cream party instead!

(Much credit and thanks to Eric Bailey, who wrote the  "Millennials to Snake People" extension, for making this very easy coding, by sharing his code publicly and freely licensing that work.)                    

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

ชื่อ GC78 Ice Cream Party GC78 Ice Cream Party
ID ehncpgmcdaimjbcgdhedmlmhbodfcfjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gc78-ice-cream-party/ehncpgmcdaimjbcgdhedmlmhbodfcfjp
คำอธิบาย Replaces the text 'General Convention' with 'Ice Cream Party'.
ขนาดไฟล์ 33.27 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2015-06-12
วันที่เผยแพร่ 2015-06-11
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา David Sibley
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GC78 Ice Cream Party",
    "short_name": "Ice Cream",
    "description": "Replaces the text 'General Convention' with 'Ice Cream Party'.",
    "author": "David Sibley",
    "version": "1.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}