Partyhatify
Suddenly, this webpage is wearing partyhats
Partyhatify là gì?
Partyhatify là một tiện ích mở rộng Chrome được phát triển bởi Xan, và tính năng chính của nó là "Suddenly, this webpage is wearing partyhats".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Partyhatify
Tải xuống các tệp mở rộng Partyhatify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Partyhatify |
ID | kdndljldiihhacbjgpfpldngjdfghgkc |
URL Chính Thức | https://chromewebstore.google.com/detail/partyhatify/kdndljldiihhacbjgpfpldngjdfghgkc |
Mô tả | Suddenly, this webpage is wearing partyhats |
Kích Thước Tệp | 192 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-02-14 |
Ngày Phát Hành | 2014-02-14 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Xan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://gunnerkrigg.proboards.com/thread/1185/partyhat-rule |
URL Trang Trợ Giúp | https://github.com/kav2k/partyhat-chrome/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |