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'.」です。
拡張機能のスクリーンショット
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 |
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" } ] } |