Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Was ist Gerrit Downloader?

Gerrit Downloader ist eine Chrome-Erweiterung, die von uday vir singh entwickelt wurde, und ihr Hauptmerkmal ist "Download Gerrit Code Review Comments from the current tab".

Erweiterungsscreenshots

screenshot
screenshot

Gerrit Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gerrit Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
Offizielle URL https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Beschreibung Download Gerrit Code Review Comments from the current tab
Dateigröße 12.49 KB
Installationsanzahl 34
Aktuelle Version 0.0.1
Letztes Update 2016-08-11
Veröffentlichungsdatum 2016-08-11
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler uday vir singh
Zahlungsart free
Unterstützte Sprachen 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
}