aesthesia
Make your text aesthetic
aesthesiaคืออะไร?
aesthesia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elvinyung1 และคุณลักษณะหลักของมันคือ "Make your text aesthetic"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย aesthesia
ดาวน์โหลดไฟล์ส่วนขยาย aesthesia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make your text aesthetic. This extension adds a context menu option to make text in input elements Unicode fullwidth.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | hgjllhcagjibfpdlcgkakgnnfhboogoj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/aesthesia/hgjllhcagjibfpdlcgkakgnnfhboogoj |
คำอธิบาย | Make your text aesthetic |
ขนาดไฟล์ | 3.83 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-03-04 |
วันที่เผยแพร่ | 2015-03-04 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | elvinyung1 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aesthesia", "description": "Make your text \uff41\uff45\uff53\uff54\uff48\uff45\uff54\uff49\uff43", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |