Columnify

Turns page-width text into a more readable column.

What is Columnify?

Columnify is a Chrome extension developed by Unknown, and its main feature is "Turns page-width text into a more readable column.".

Extension Screenshots

screenshot

Download Columnify Extension CRX File

Download Columnify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Columnify Columnify
ID jjfioppoojknlbcfncooglhiajcjpcde
Official URL https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde
Description Turns page-width text into a more readable column.
File Size 318 KB
Installation Count 52
Current Version 0.0.0.2
Last Updated 2014-09-24
Publish Date 2014-09-23
Rating 3.17/5 Total 6 Ratings
Developer Unknown
Payment Type free
Supported Languages 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."
        }
    }
}