Text into Multiple Columns

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

Text into Multiple Columns là gì?

Text into Multiple Columns là một tiện ích mở rộng Chrome được phát triển bởi dharris, và tính năng chính của nó là "Reformats selected text to use columns of a more readable width.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text into Multiple Columns

Tải xuống các tệp mở rộng Text into Multiple Columns dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text into Multiple Columns Text into Multiple Columns
ID nhlhdcjekkcenhfdhohihhoocnkgbfeb
URL Chính Thức https://chromewebstore.google.com/detail/text-into-multiple-column/nhlhdcjekkcenhfdhohihhoocnkgbfeb
Mô tả Reformats selected text to use columns of a more readable width.
Kích Thước Tệp 421 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.9.4
Cập Nhật Lần Cuối 2015-05-26
Ngày Phát Hành 2015-05-26
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển dharris
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
    }
}