GitHub Diff Whitespace Ignore Button

Adds an 'Ignore whitespace' button on any GitHub file diff page.

GitHub Diff Whitespace Ignore Button là gì?

GitHub Diff Whitespace Ignore Button là một tiện ích mở rộng Chrome được phát triển bởi UsainBloot, và tính năng chính của nó là "Adds an 'Ignore whitespace' button on any GitHub file diff page.".

Ả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 GitHub Diff Whitespace Ignore Button

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

                        Inserts an "Ignore Whitespace" button on file diff pages on GitHub                    

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

Tên GitHub Diff Whitespace Ignore Button GitHub Diff Whitespace Ignore Button
ID cndheldchmdkjjggoghiildfbolgpeka
URL Chính Thức https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka
Mô tả Adds an 'Ignore whitespace' button on any GitHub file diff page.
Kích Thước Tệp 23.85 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-10-07
Ngày Phát Hành 2016-10-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển UsainBloot
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/UsainBloot/github-whitespace-toggle
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Diff Whitespace Ignore Button",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Adds an 'Ignore whitespace' button on any GitHub file diff page.",
    "homepage_url": "https:\/\/github.com\/UsainBloot\/github-whitespace-toggle",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "GitHub Diff Whitespace Ignore Button"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}