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