Github Notable Comments
Lets you easily navigate between the notable comments on github
什么是Github Notable Comments?
Github Notable Comments是由kamranahmed.se开发的Chrome扩展程序,该扩展的主要功能是“Lets you easily navigate between the notable comments on github”。
扩展截图
下载Github Notable Comments扩展crx文件
下载Github Notable Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                                             扩展基本信息
| 名称 |   |  
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf | 
| 官方URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf | 
| 简介 | Lets you easily navigate between the notable comments on github | 
| 文件大小 | 13.17 KB | 
| 安装次数 | 53 | 
| 当前版本 | 0.0.1 | 
| 更新时间 | 2018-04-20 | 
| 上架时间 | 2018-04-20 | 
| 开发者 | kamranahmed.se | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | http://github.com/kamranahmedse/notable-comments | 
| 帮助页面URL | http://github.com/kamranahmedse/notable-comments/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Notable Comments",
    "short_name": "github-notable-comments",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Lets you easily navigate between the notable comments on github",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                ".\/styles\/main.css"
            ]
        }
    ]
}  |  |