Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Qu'est-ce que Gerrit Downloader ?

Gerrit Downloader est une extension Chrome développée par uday vir singh, et sa fonction principale est "Download Gerrit Code Review Comments from the current tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gerrit Downloader

Téléchargez les fichiers d'extension Gerrit Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
URL Officiel https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Description Download Gerrit Code Review Comments from the current tab
Taille du Fichier 12.49 KB
Nombre d'Installations 34
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-08-11
Date de Publication 2016-08-11
Évaluation 5.00/5 Total 6 Évaluations
Développeur uday vir singh
Type de Paiement free
Langues Prises en Charge 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
}