Columnify

Turns page-width text into a more readable column.

Qu'est-ce que Columnify ?

Columnify est une extension Chrome développée par Unknown, et sa fonction principale est "Turns page-width text into a more readable column.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Columnify

Téléchargez les fichiers d'extension Columnify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Columnify Columnify
ID jjfioppoojknlbcfncooglhiajcjpcde
URL Officiel https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde
Description Turns page-width text into a more readable column.
Taille du Fichier 318 KB
Nombre d'Installations 52
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2014-09-24
Date de Publication 2014-09-23
Évaluation 3.17/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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."
        }
    }
}