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