Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Co to jest Gerrit Downloader?

Gerrit Downloader to rozszerzenie Chrome opracowane przez uday vir singh, a jego główną funkcją jest „Download Gerrit Code Review Comments from the current tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Gerrit Downloader

Pobierz pliki rozszerzeń Gerrit Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
Oficjalny URL https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Opis Download Gerrit Code Review Comments from the current tab
Rozmiar pliku 12.49 KB
Liczba instalacji 34
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-08-11
Data Publikacji 2016-08-11
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper uday vir singh
Typ Płatności free
Obsługiwane Języki 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
}