Y’allifier
Makes the words of the world a little gentler on the soul.
Y’allifierคืออะไร?
Y’allifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steev และคุณลักษณะหลักของมันคือ "Makes the words of the world a little gentler on the soul."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Y’allifier
ดาวน์โหลดไฟล์ส่วนขยาย Y’allifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Y’allifier takes all phrases on the internet that should be "y’all" and fixes them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aicapddnpcanaijnigmldonmponhbgeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/y%E2%80%99allifier/aicapddnpcanaijnigmldonmponhbgeb |
คำอธิบาย | Makes the words of the world a little gentler on the soul. |
ขนาดไฟล์ | 14.84 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2016-08-14 |
วันที่เผยแพร่ | 2016-08-14 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | steev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/asiansteev/y-allifier |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Y\u2019allifier", "short_name": "Y\u2019allifier", "description": "Makes the words of the world a little gentler on the soul.", "author": "steev", "version": "1.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/Users\/steev\/code\/y-allifier\/you%20all%20test.html" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |