Text into Multiple Columns
Reformats selected text to use columns of a more readable width.
Co je Text into Multiple Columns?
Text into Multiple Columns je rozšíření Chrome vyvinuté dharris, a jeho hlavní funkcí je „Reformats selected text to use columns of a more readable width.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text into Multiple Columns
Stáhněte si soubory rozšíření Text into Multiple Columns 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í
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.
Základní Informace o Rozšíření
Název | Text into Multiple Columns |
ID | nhlhdcjekkcenhfdhohihhoocnkgbfeb |
Oficiální URL | https://chromewebstore.google.com/detail/text-into-multiple-column/nhlhdcjekkcenhfdhohihhoocnkgbfeb |
Popis | Reformats selected text to use columns of a more readable width. |
Velikost souboru | 421 KB |
Počet instalací | 149 |
Aktuální Verze | 0.9.4 |
Poslední Aktualizace | 2015-05-26 |
Datum Vydání | 2015-05-26 |
Hodnocení | 3.60/5 Celkem 10 Hodnocení |
Vývojář | dharris |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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." } } |