Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Cos'è Gerrit Downloader?

Gerrit Downloader è un'estensione di Chrome sviluppata da uday vir singh, e la sua funzione principale è "Download Gerrit Code Review Comments from the current tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gerrit Downloader

Scarica i file di estensione Gerrit Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
URL Ufficiale https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Descrizione Download Gerrit Code Review Comments from the current tab
Dimensione del File 12.49 KB
Conteggio Installazioni 34
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-08-11
Data di Pubblicazione 2016-08-11
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore uday vir singh
Tipo di Pagamento free
Lingue Supportate 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
}