GitHub Mention Highlighter

Highlight user and team mentions on GitHub

GitHub Mention Highlighterとは何ですか?

GitHub Mention HighlighterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Highlight user and team mentions on GitHub」です。

拡張機能のスクリーンショット

GitHub Mention Highlighter拡張機能のCRXファイルをダウンロード

GitHub Mention Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional.                    

拡張機能の基本情報

名前 GitHub Mention Highlighter GitHub Mention Highlighter
ID njefdbinhmfaebgbjihikefamibchpkk
公式URL https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk
説明 Highlight user and team mentions on GitHub
ファイルサイズ 207 KB
インストール数 32
現在のバージョン 0.2.0
最終更新日 2019-04-24
公開日 2019-04-24
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://tramitescol.com/consultar-fosyga/
対応言語 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Mention Highlighter",
    "version": "0.2.0",
    "description": "Highlight user and team mentions on GitHub",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/*.githubapp.com\/*",
        "https:\/\/mail.google.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/*.githubapp.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/jquery\/dist\/jquery.js",
                "dist\/script.js"
            ],
            "css": [
                "dist\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "options_page": "dist\/options.html",
    "options_ui": {
        "page": "dist\/options.html",
        "chrome_style": true
    }
}