Socialcast high five!
Socialcast high five!
Socialcast high five!คืออะไร?
Socialcast high five! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://olsenius.com และคุณลักษณะหลักของมันคือ "Socialcast high five!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Socialcast high five!
ดาวน์โหลดไฟล์ส่วนขยาย Socialcast high five! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace like with high five at socialcast.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Socialcast high five! |
ID | gckagdcjipinndgaipddacbecjfjiedc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/socialcast-high-five/gckagdcjipinndgaipddacbecjfjiedc |
คำอธิบาย | Socialcast high five! |
ขนาดไฟล์ | 36.79 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.0.0.7 |
อัปเดตครั้งล่าสุด | 2014-05-11 |
วันที่เผยแพร่ | 2014-05-11 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://olsenius.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Olsenius/SocialcastHighFive |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Socialcast high five!", "version": "0.0.0.7", "manifest_version": 2, "description": "Socialcast high five!", "permissions": [ "https:\/\/*.socialcast.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.socialcast.com\/*" ], "js": [ "jquery-1.7.2.min.js", "highFive.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "replace.js" ] } |