Hide whitespaces GitHub

Always hide whitespaces in GitHub

Hide whitespaces GitHub là gì?

Hide whitespaces GitHub là một tiện ích mở rộng Chrome được phát triển bởi Arnaud Barré, và tính năng chính của nó là "Always hide whitespaces in GitHub".

Ả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 Hide whitespaces GitHub

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

                        When navigating to the files tab on pull request reviews, append the url with ?w=1 to enable the  "hide whitespace changes" option                    

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

Tên Hide whitespaces GitHub Hide whitespaces GitHub
ID nafhbcekbgodfnjpnobmbiajjpgmibnc
URL Chính Thức https://chromewebstore.google.com/detail/hide-whitespaces-github/nafhbcekbgodfnjpnobmbiajjpgmibnc
Mô tả Always hide whitespaces in GitHub
Kích Thước Tệp 10.26 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.6.0
Cập Nhật Lần Cuối 2022-08-09
Ngày Phát Hành 2020-06-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Arnaud Barré
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ArnaudBarre/hide-whitespaces-github
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide whitespaces GitHub",
    "version": "0.6.0",
    "description": "Always hide whitespaces in GitHub",
    "permissions": [
        "https:\/\/github.com\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/**"
            ],
            "run_at": "document_start",
            "js": [
                "hide-whitespaces.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}