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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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