Columnify

Turns page-width text into a more readable column.

Co je Columnify?

Columnify je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Turns page-width text into a more readable column.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Columnify

Stáhněte si soubory rozšíření Columnify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Columnify Columnify
ID jjfioppoojknlbcfncooglhiajcjpcde
Oficiální URL https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde
Popis Turns page-width text into a more readable column.
Velikost souboru 318 KB
Počet instalací 52
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2014-09-24
Datum Vydání 2014-09-23
Hodnocení 3.17/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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."
        }
    }
}