HubLighter - GitHub Code Highlighter

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

什麼是HubLighter - GitHub Code Highlighter?

HubLighter - GitHub Code Highlighter是由hvetko開發的Chrome擴展程式,該擴展的主要功能是“Highlight all selected code occurrences on any GitHub pull request page or source page”。

擴展截圖

screenshot

下載HubLighter - GitHub Code Highlighter擴展crx文件

下載HubLighter - GitHub Code Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 HubLighter - GitHub Code Highlighter HubLighter - GitHub Code Highlighter
ID lglodolklpafcnjeaphjdijmfbmikkgn
官方網址 https://chromewebstore.google.com/detail/hublighter-github-code-hi/lglodolklpafcnjeaphjdijmfbmikkgn
簡介 Highlight all selected code occurrences on any GitHub pull request page or source page
檔案大小 58.39 KB
安裝次數 37
目前版本 1.2.1
更新時間 2017-06-22
上架時間 2017-06-22
評分 5.00/5 共 2 次評分
開發者 hvetko
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hvetko/hublighter
支援的語言 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"
}