Show Invisibles on Github

Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.

Show Invisibles on Github là gì?

Show Invisibles on Github là một tiện ích mở rộng Chrome được phát triển bởi 2biazdk, và tính năng chính của nó là "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.".

Ả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 Show Invisibles on Github

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

                        Add this plugin to your browser and make whitespace visible in every piece of code that you view in Github. This will make it easy for you to keep your code consistent and give you full control over the code in your repository.                    

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

Tên Show Invisibles on Github Show Invisibles on Github
ID lhibcpaagnchghjnedmpacbkeombaiil
URL Chính Thức https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil
Mô tả Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Kích Thước Tệp 22.24 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2017-09-07
Ngày Phát Hành 2017-09-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển 2biazdk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.3",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appNameShort__",
    "description": "__MSG_appDesc__",
    "author": "2biazdk",
    "offline_enabled": true,
    "minimum_chrome_version": "53",
    "icons": {
        "16": "img\/[email protected]",
        "19": "img\/[email protected]",
        "32": "img\/[email protected]",
        "38": "img\/[email protected]",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/[email protected]",
            "19": "img\/[email protected]",
            "32": "img\/[email protected]",
            "38": "img\/[email protected]",
            "48": "img\/[email protected]",
            "128": "img\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styling.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "styling.css"
    ]
}