Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

What is Gerrit Downloader?

Gerrit Downloader is a Chrome extension developed by uday vir singh, and its main feature is "Download Gerrit Code Review Comments from the current tab".

Extension Screenshots

screenshot
screenshot

Download Gerrit Downloader Extension CRX File

Download Gerrit Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
Official URL https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Description Download Gerrit Code Review Comments from the current tab
File Size 12.49 KB
Installation Count 34
Current Version 0.0.1
Last Updated 2016-08-11
Publish Date 2016-08-11
Rating 5.00/5 Total 6 Ratings
Developer uday vir singh
Payment Type free
Supported Languages 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
}