Columnify

Turns page-width text into a more readable column.

O que é Columnify?

Columnify é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Turns page-width text into a more readable column.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Columnify

Baixe arquivos de extensão Columnify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Columnify Columnify
ID jjfioppoojknlbcfncooglhiajcjpcde
URL Oficial https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde
Descrição Turns page-width text into a more readable column.
Tamanho do Arquivo 318 KB
Contagem de Instalações 52
Versão Atual 0.0.0.2
Última Atualização 2014-09-24
Data de Publicação 2014-09-23
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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."
        }
    }
}