Pridify
Apply a pride filter to avatar images on popular websites.
Pridifyคืออะไร?
Pridify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://truthful.technology และคุณลักษณะหลักของมันคือ "Apply a pride filter to avatar images on popular websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pridify
ดาวน์โหลดไฟล์ส่วนขยาย Pridify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need more pride in your feed? Install Pridify to add a rainbow filter to every avatar in your feeds! Currently supports: - Facebook - Twitter - Google+ - Stack Overflow - Ravelry - Deviant Art Source code available here: https://github.com/TruthfulTechnology/pridify This is a fun extension created by Truthful Technology, LLC.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mbhneikagebabkhalefcgoppfkkmoaca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca |
คำอธิบาย | Apply a pride filter to avatar images on popular websites. |
ขนาดไฟล์ | 5.73 KB |
จำนวนการติดตั้ง | 769 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2015-06-30 |
วันที่เผยแพร่ | 2015-06-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://truthful.technology |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/TruthfulTechnology/pridify |
URL หน้าช่วยเหลือ | https://github.com/TruthfulTechnology/pridify/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pridify", "description": "Apply a pride filter to avatar images on popular websites.", "icons": { "128": "icon.png" }, "version": "1.3", "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.google.com\/*", "https:\/\/stackoverflow.com\/*", "*:\/\/*.deviantart.com\/*", "http:\/\/www.ravelry.com\/*" ], "js": [ "pridify.js" ] } ], "permissions": [ "tabs", "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.google.com\/*", "https:\/\/stackoverflow.com\/*", "*:\/\/*.deviantart.com\/*", "http:\/\/www.ravelry.com\/*" ] } |