GitHub Image Preview

Preview issue images on GitHub. https://github.com/samkessaram/git-preview

什么是GitHub Image Preview?

GitHub Image Preview是由samkessaram开发的Chrome扩展程序,该扩展的主要功能是“Preview issue images on GitHub. https://github.com/samkessaram/git-preview”。

扩展截图

screenshot

下载GitHub Image Preview扩展crx文件

下载GitHub Image Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Preview images on GitHub from the issues list view. An icon is added to any issue that contains images or screenshots. Click it to open a carousel and cycle through the images. Inspired by similar functionality in Reddit Enhancement Suite.                    

扩展基本信息

名称 GitHub Image Preview GitHub Image Preview
ID jkappkhadcobonipjjgfkcmnkpapegma
官方URL https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma
简介 Preview issue images on GitHub. https://github.com/samkessaram/git-preview
文件大小 37.45 KB
安装次数 15
当前版本 0.1.6
更新时间 2018-01-04
上架时间 2018-01-04
评分 5.00/5 共1次评分
开发者 samkessaram
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/samkessaram/git-preview
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Image Preview",
    "author": "Sam Kessaram",
    "version": "0.1.6",
    "description": "Preview issue images on GitHub. https:\/\/github.com\/samkessaram\/git-preview",
    "icons": {
        "128": "camera.png"
    },
    "web_accessible_resources": [
        "camera.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "scripts.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}