Columnify

Turns page-width text into a more readable column.

Τι είναι το Columnify;

Το Columnify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Turns page-width text into a more readable column.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Columnify

Λήψη αρχείων επέκτασης Columnify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Columnify Columnify
ID jjfioppoojknlbcfncooglhiajcjpcde
Επίσημο URL https://chromewebstore.google.com/detail/columnify/jjfioppoojknlbcfncooglhiajcjpcde
Περιγραφή Turns page-width text into a more readable column.
Μέγεθος Αρχείου 318 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2014-09-24
Ημερομηνία Δημοσίευσης 2014-09-23
Αξιολόγηση 3.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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."
        }
    }
}