Twitch Emote Autocomplete
Autocomplete Twitch Emote
Twitch Emote Autocompleteคืออะไร?
Twitch Emote Autocomplete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quentin.bramas และคุณลักษณะหลักของมันคือ "Autocomplete Twitch Emote"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Emote Autocomplete
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Emote Autocomplete ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allow emote completion in twitch chat. - start typing an emote (ex: kre). - select with UD or DOWN your emote. - type the space bar to insert the emote.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eelofccdfdjbhpongbgachgicniedmah |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah |
คำอธิบาย | Autocomplete Twitch Emote |
ขนาดไฟล์ | 250 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-03-19 |
วันที่เผยแพร่ | 2015-03-19 |
คะแนน | 2.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | quentin.bramas |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Emote Autocomplete", "description": "Autocomplete Twitch Emote", "icons": { "128": "ico128.png" }, "version": "1.0.2", "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-2.1.3.min.js", "main.js" ], "css": [ "main.css" ] } ], "permissions": [ "activeTab", "declarativeContent" ] } |