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
公式URL 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
Eメール [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"
}