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
    }
}