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 |
Eメール | [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" } |