GC78 Ice Cream Party

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

什麼是GC78 Ice Cream Party?

GC78 Ice Cream Party是由David Sibley開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'General Convention' with 'Ice Cream Party'.”。

擴展截圖

screenshot

下載GC78 Ice Cream Party擴展crx文件

下載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
官方網址 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"
        }
    ]
}