Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Vad är Gerrit Downloader?

Gerrit Downloader är en Chrome-tillägg utvecklad av uday vir singh, och dess huvudfunktion är "Download Gerrit Code Review Comments from the current tab".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Gerrit Downloader-förlängningens CRX-fil

Ladda ner Gerrit Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
Officiell webbadress https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Beskrivning Download Gerrit Code Review Comments from the current tab
Filstorlek 12.49 KB
Antal Installationer 34
Aktuell Version 0.0.1
Senast Uppdaterad 2016-08-11
Publiceringsdatum 2016-08-11
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare uday vir singh
Betalningssätt free
Stödda Språk 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
}