SayWhat.LOL text to Gif generator
Make everything you say sound funny
SayWhat.LOL text to Gif generatorคืออะไร?
SayWhat.LOL text to Gif generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Make everything you say sound funny"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SayWhat.LOL text to Gif generator
ดาวน์โหลดไฟล์ส่วนขยาย SayWhat.LOL text to Gif generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Transform your text to matching gifs on Facebook, Twitter, Gmail, forums and anywhere you like. Make everything you say sound funnier. Simply enclose your text between square brackets to get gifs, e.g. [Have Fun], [I'm excited to try this], [this is awesome], you get the idea.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
คำอธิบาย | Make everything you say sound funny |
ขนาดไฟล์ | 65.66 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2016-08-16 |
วันที่เผยแพร่ | 2016-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://saywhat.lol |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SayWhat.LOL text to Gif generator", "short_name": "SayWhat.LOL", "description": "Make everything you say sound funny", "version": "1.4", "permissions": [ "activeTab", "https:\/\/saywhat.lol\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "parakeet.js" ], "all_frames": true } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |