Columnify
Turns page-width text into a more readable column.
Columnifyคืออะไร?
Columnify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Turns page-width text into a more readable column."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Columnify
ดาวน์โหลดไฟล์ส่วนขยาย Columnify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With just one keystroke, instantly transform a page with text that stretches across the entire screen into a manageable column for easier reading. Ctrl+Shift+K to columnify. Ctrl+Shift+L to decolumnify. There are other apps that include this feature, but because they also include a lot of other stuff, they have a clunky interface and you end up doing a lot more work and seeing more needless popups than you need for a feature like this. This is instant: boom, the page is a column. No forms to fill out, no passwords. Please give any comments or suggestions!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Columnify |
ID | jjfioppoojknlbcfncooglhiajcjpcde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde |
คำอธิบาย | Turns page-width text into a more readable column. |
ขนาดไฟล์ | 318 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2014-09-24 |
วันที่เผยแพร่ | 2014-09-23 |
คะแนน | 3.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Columnify", "description": "Turns page-width text into a more readable column.", "version": "0.0.0.2", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background2.js" ], "persistent": false }, "commands": { "columnify": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Makes column." }, "decolumnify": { "suggested_key": { "default": "Ctrl+Shift+L" }, "description": "Undoes column." } } } |