Partyhatify
Suddenly, this webpage is wearing partyhats
什么是Partyhatify?
Partyhatify是由Xan开发的Chrome扩展程序,该扩展的主要功能是“Suddenly, this webpage is wearing partyhats”。
扩展截图
下载Partyhatify扩展crx文件
下载Partyhatify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to add party hats over any webpage. Based upon party hat meme sparking from Tom Siddell's webcomic "Gunnerkrigg Court". This extension has known issues with some websites, but works mostly consistently in its current state. More features are planned. See the website link for source code / bugtracker. v.1.1 Initial release
扩展基本信息
名称 | Partyhatify |
ID | kdndljldiihhacbjgpfpldngjdfghgkc |
官方URL | https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc |
简介 | Suddenly, this webpage is wearing partyhats |
文件大小 | 192 KB |
安装次数 | 47 |
当前版本 | 1.1 |
更新时间 | 2014-02-14 |
上架时间 | 2014-02-14 |
评分 | 4.83/5 共6次评分 |
开发者 | Xan |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule |
帮助页面URL | https://github.com/kav2k/partyhat-chrome/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Partyhatify", "description": "Suddenly, this webpage is wearing partyhats", "icons": { "48": "img\/partyhat.png", "128": "img\/partyhat.png" }, "browser_action": { "default_icon": "img\/partyhat.png", "default_title": "Suddenly, a partyhat!" }, "background": { "scripts": [ "js\/event.js" ], "persistent": false }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "img\/*", "css\/*", "js\/*.js" ], "version": "1.1" } |