Columnify
Turns page-width text into a more readable column.
什麼是Columnify?
Columnify是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Turns page-width text into a more readable column.”。
擴展截圖
下載Columnify擴展crx文件
下載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 |
官方網址 | 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." } } } |