HubLighter - GitHub Code Highlighter

Highlight all selected code occurrences on any GitHub pull request page or source page

HubLighter - GitHub Code Highlighter là gì?

HubLighter - GitHub Code Highlighter là một tiện ích mở rộng Chrome được phát triển bởi hvetko, và tính năng chính của nó là "Highlight all selected code occurrences on any GitHub pull request page or source page".

Ả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 HubLighter - GitHub Code Highlighter

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

                        Simple highlighting tool for GitHub code reviews. Highlight any code and all other occurrences on page will be highlighted.

Extension does not require any special permission or GitHub credentials. It is open source, hosted on GitHub.

This extension is not endorsed by, sponsored by, or affiliated with GitHub.                    

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

Tên HubLighter - GitHub Code Highlighter HubLighter - GitHub Code Highlighter
ID lglodolklpafcnjeaphjdijmfbmikkgn
URL Chính Thức https://chromewebstore.google.com/detail/hublighter-github-code-hi/lglodolklpafcnjeaphjdijmfbmikkgn
Mô tả Highlight all selected code occurrences on any GitHub pull request page or source page
Kích Thước Tệp 58.39 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-06-22
Ngày Phát Hành 2017-06-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hvetko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hvetko/hublighter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/hublighter-16.png",
        "default_popup": "html\/popup.html",
        "default_title": "HubLighter - GitHub Code Highlighter"
    },
    "content_scripts": [
        {
            "css": [
                "css\/hublighter.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "description": "Highlight all selected code occurrences on any GitHub pull request page or source page",
    "homepage_url": "https:\/\/github.com\/hvetko\/hublighter",
    "icons": {
        "128": "img\/hublighter-128.png",
        "16": "img\/hublighter-16.png",
        "48": "img\/hublighter-48.png"
    },
    "manifest_version": 2,
    "name": "HubLighter - GitHub Code Highlighter",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "https:\/\/github.com\/"
    ],
    "version": "1.2.1"
}