Github Whitespace ignorable differ

This extension allows you to only see only the non-whitespace diffs.

Github Whitespace ignorable differ là gì?

Github Whitespace ignorable differ là một tiện ích mở rộng Chrome được phát triển bởi Scott Youngblut, và tính năng chính của nó là "This extension allows you to only see only the non-whitespace diffs.".

Ả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 Github Whitespace ignorable differ

Tải xuống các tệp mở rộng Github Whitespace ignorable differ 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 gives you the ability to turn on white space diffing on a per-site basis using a cookie; 

It works on any github site including github enterprise!!
Tested and Everything!                    

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

Tên Github Whitespace ignorable differ Github Whitespace ignorable differ
ID klfoeihajdgibpablomibnaaaleicmjb
URL Chính Thức https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb
Mô tả This extension allows you to only see only the non-whitespace diffs.
Kích Thước Tệp 17.75 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-01-31
Ngày Phát Hành 2015-01-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Scott Youngblut
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://scottyoungblut.com/
URL Trang Trợ Giúp https://github.com/syoungblut/chrome-github-whitespace
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Whitespace ignorable differ",
    "description": "This extension allows you to only see only the non-whitespace diffs.",
    "version": "0.0.2",
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "resources\/icon-16.png",
        "48": "resources\/icon-48.png",
        "128": "resources\/icon-128.png"
    },
    "web_accessible_resources": [
        "page-script-link-rewriter.js",
        "resources\/icon-16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*\/commit\/*",
                "https:\/\/*\/*\/compare\/*",
                "https:\/\/*\/*\/pull\/*"
            ],
            "js": [
                "jsuri\/jsuri-1.1.1.js",
                "cookies\/cookies-1.1.0.js",
                "content-script-cookie-api.js",
                "content-script-toggle-button.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*\/*\/commit\/*",
                "https:\/\/*\/*\/compare\/*",
                "https:\/\/*\/*\/pull\/*"
            ],
            "js": [
                "jsuri\/jsuri-1.1.1.js",
                "cookies\/cookies-1.1.0.js",
                "content-script-cookie-api.js",
                "content-script-preference-loader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}