Text into Multiple Columns
Reformats selected text to use columns of a more readable width.
Apa itu Text into Multiple Columns?
Text into Multiple Columns adalah ekstensi Chrome yang dikembangkan oleh dharris, dan fitur utamanya adalah "Reformats selected text to use columns of a more readable width.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Text into Multiple Columns
Unduh file ekstensi Text into Multiple Columns dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Text into Multiple Columns |
ID | nhlhdcjekkcenhfdhohihhoocnkgbfeb |
URL Resmi | https://chromewebstore.google.com/detail/text-into-multiple-column/nhlhdcjekkcenhfdhohihhoocnkgbfeb |
Deskripsi | Reformats selected text to use columns of a more readable width. |
Ukuran File | 421 KB |
Jumlah Instalasi | 149 |
Versi Saat Ini | 0.9.4 |
Terakhir Diperbarui | 2015-05-26 |
Tanggal Publikasi | 2015-05-26 |
Penilaian | 3.60/5 Total 10 Penilaian |
Pengembang | dharris |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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." } } |