Columnify

Turns page-width text into a more readable column.

Wat is Columnify?

Columnify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Turns page-width text into a more readable column.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Columnify

Download Columnify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Columnify Columnify
ID jjfioppoojknlbcfncooglhiajcjpcde
Officiële URL https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde
Beschrijving Turns page-width text into a more readable column.
Bestandsgrootte 318 KB
Aantal Installaties 52
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2014-09-24
Publicatiedatum 2014-09-23
Beoordeling 3.17/5 Totaal 6 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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."
        }
    }
}