Wikipedia Content Width Control

Changes the width of wikepedia

Wikipedia Content Width Control là gì?

Wikipedia Content Width Control là một tiện ích mở rộng Chrome được phát triển bởi swh0901, và tính năng chính của nó là "Changes the width of wikepedia".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wikipedia Content Width Control

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

                        This extension manages the max-width of wikipedia's content. It suits wikipedia's content's width to comfort, and gives better readability to users.                    

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

Tên Wikipedia Content Width Control Wikipedia Content Width Control
ID nobomaggnlmpkhcijnlkhbcdbjegpnog
URL Chính Thức https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog
Mô tả Changes the width of wikepedia
Kích Thước Tệp 3.09 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-10-05
Ngày Phát Hành 2014-10-05
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển swh0901
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Content Width Control",
    "version": "1.0",
    "description": "Changes the width of wikepedia",
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "wikiwidth.css"
            ]
        }
    ]
}