WideArea
Add wide mode to all textarea(s)
WideAreaคืออะไร?
WideArea เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.usabli.ca และคุณลักษณะหลักของมันคือ "Add wide mode to all textarea(s)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WideArea
ดาวน์โหลดไฟล์ส่วนขยาย WideArea ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change old textarea to expandable distraction-free textarea and write large amount of text easily.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WideArea |
ID | dojjkhnabblnmmfnjocaoclnblnodmki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/widearea/dojjkhnabblnmmfnjocaoclnblnodmki |
คำอธิบาย | Add wide mode to all textarea(s) |
ขนาดไฟล์ | 27.35 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2013-06-06 |
วันที่เผยแพร่ | 2013-06-06 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.usabli.ca |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WideArea", "version": "0.2.1", "manifest_version": 2, "description": "Add wide mode to all textarea(s)", "page_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "widearea.js", "main.js" ], "css": [ "widearea.css" ], "run_at": "document_idle" } ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |