Text into Multiple Columns

Reformats selected text to use columns of a more readable width.

Wat is Text into Multiple Columns?

Text into Multiple Columns is een Chrome-extensie ontwikkeld door dharris, en de belangrijkste functie is "Reformats selected text to use columns of a more readable width.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Text into Multiple Columns

Download Text into Multiple Columns-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

                        Reformats selected text to use columns of a more readable width.

Studies suggest that it's easier and faster to read text if the text is presented in narrow columns. The growth of full width browsing on wide screen monitors plays directly against this.

Add this extension to make it easy to reformat the text into something manageable.                    

Basisinformatie over de Extensie

Naam Text into Multiple Columns Text into Multiple Columns
ID nhlhdcjekkcenhfdhohihhoocnkgbfeb
Officiële URL https://chromewebstore.google.com/detail/text-into-multiple-column/nhlhdcjekkcenhfdhohihhoocnkgbfeb
Beschrijving Reformats selected text to use columns of a more readable width.
Bestandsgrootte 421 KB
Aantal Installaties 149
Huidige Versie 0.9.4
Laatst Bijgewerkt 2015-05-26
Publicatiedatum 2015-05-26
Beoordeling 3.60/5 Totaal 10 Beoordelingen
Ontwikkelaar dharris
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text into Multiple Columns",
    "version": "0.9.4",
    "manifest_version": 2,
    "description": "Reformats selected text to use columns of a more readable width.",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "text-columns.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "cols.png",
        "default_title": "Display selected text in multiple columns."
    }
}