Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Wat is Gerrit Downloader?

Gerrit Downloader is een Chrome-extensie ontwikkeld door uday vir singh, en de belangrijkste functie is "Download Gerrit Code Review Comments from the current tab".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gerrit Downloader

Download Gerrit Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
Officiële URL https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Beschrijving Download Gerrit Code Review Comments from the current tab
Bestandsgrootte 12.49 KB
Aantal Installaties 34
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-08-11
Publicatiedatum 2016-08-11
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar uday vir singh
Betalingswijze free
Ondersteunde Talen 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
}