Wide GitHub

Change all GitHub repository and gist pages to be full width and dynamically sized.

Wide GitHub là gì?

Wide GitHub là một tiện ích mở rộng Chrome được phát triển bởi xthexder, và tính năng chính của nó là "Change all GitHub repository and gist pages to be full width and dynamically sized.".

Ả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 Wide GitHub

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

                        Features:
 - Read long lines of code without scrolling left to right
 - See more documentation at once when using large / high-dpi monitors
 - Easily toggleable for viewing size-dependent docs or wiki pages.                    

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

Tên Wide GitHub Wide GitHub
ID kaalofacklcidaampbokdplbklpeldpj
URL Chính Thức https://chromewebstore.google.com/detail/wide-github/kaalofacklcidaampbokdplbklpeldpj
Mô tả Change all GitHub repository and gist pages to be full width and dynamically sized.
Kích Thước Tệp 17.76 KB
Số Lần Cài Đặt 7,602
Phiên Bản Hiện Tại 1.6.5 MV3
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-06-26
Đánh Giá 4.55/5 Tổng số 66 Đánh Giá
Nhà Phát Triển xthexder
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/xthexder/wide-github
URL Trang Trợ Giúp https://github.com/xthexder/wide-github/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wide GitHub",
    "description": "Change all GitHub repository and gist pages to be full width and dynamically sized.",
    "version": "1.6.5",
    "version_name": "1.6.5 MV3",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Toggle Wide GitHub"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ],
            "css": [
                "wide-github.css"
            ],
            "js": [
                "wide-github-toggle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}