Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

什么是Gerrit Downloader?

Gerrit Downloader是由uday vir singh开发的Chrome扩展程序,该扩展的主要功能是“Download Gerrit Code Review Comments from the current tab”。

扩展截图

screenshot
screenshot

下载Gerrit Downloader扩展crx文件

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

扩展使用说明

                        This Small utility that allows users to download code review comments from the currently open tab.

This application is in its Beta phase. It is stable, But expect additional features soon.


source Code:
 
Icon modified from : https://en.wikipedia.org/wiki/Gerrit_(software)#/media/File:Gerrit_icon.svg                    

扩展基本信息

名称 Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
官方URL https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
简介 Download Gerrit Code Review Comments from the current tab
文件大小 12.49 KB
安装次数 34
当前版本 0.0.1
更新时间 2016-08-11
上架时间 2016-08-11
评分 5.00/5 共6次评分
开发者 uday vir singh
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gerrit Downloader",
    "description": "Download Gerrit Code Review Comments from the current tab",
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Download Gerrit Code Review Comments from this page",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}