Partyhatify
Suddenly, this webpage is wearing partyhats
ما هو Partyhatify؟
Partyhatify هو إضافة Chrome تم تطويرها بواسطة Xan، والميزة الرئيسية لها هي "Suddenly, this webpage is wearing partyhats".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Partyhatify
قم بتنزيل ملفات الامتداد Partyhatify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |