Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Τι είναι το Gerrit Downloader;

Το Gerrit Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον uday vir singh, και η κύρια λειτουργία του είναι "Download Gerrit Code Review Comments from the current tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gerrit Downloader

Λήψη αρχείων επέκτασης Gerrit Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
Επίσημο URL https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Περιγραφή Download Gerrit Code Review Comments from the current tab
Μέγεθος Αρχείου 12.49 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2016-08-11
Ημερομηνία Δημοσίευσης 2016-08-11
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής uday vir singh
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}