WideArea

Add wide mode to all textarea(s)

WideArea là gì?

WideArea là một tiện ích mở rộng Chrome được phát triển bởi https://www.usabli.ca, và tính năng chính của nó là "Add wide mode to all textarea(s)".

Ả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 WideArea

Tải xuống các tệp mở rộng WideArea 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

                        Change old textarea to expandable distraction-free textarea and write large amount of text easily.                    

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

Tên WideArea WideArea
ID dojjkhnabblnmmfnjocaoclnblnodmki
URL Chính Thức https://chromewebstore.google.com/detail/widearea/dojjkhnabblnmmfnjocaoclnblnodmki
Mô tả Add wide mode to all textarea(s)
Kích Thước Tệp 27.35 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2013-06-06
Ngày Phát Hành 2013-06-06
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.usabli.ca
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WideArea",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Add wide mode to all textarea(s)",
    "page_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "widearea.js",
                "main.js"
            ],
            "css": [
                "widearea.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}