Gerrit Downloader
Download Gerrit Code Review Comments from the current tab
Hvad er Gerrit Downloader?
Gerrit Downloader er en Chrome-udvidelse udviklet af uday vir singh, og dens hovedfunktion er "Download Gerrit Code Review Comments from the current tab".
Udvidelsesskærmbilleder
Download Gerrit Downloader-udvidelses-CRX-fil
Download Gerrit Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Gerrit Downloader |
ID | aegjfgpeolkcfpnlojfgimdcanhdphmm |
Officiel URL | https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm |
Beskrivelse | Download Gerrit Code Review Comments from the current tab |
Filstørrelse | 12.49 KB |
Antal Installationer | 34 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2016-08-11 |
Udgivelsesdato | 2016-08-11 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | uday vir singh |
Betalingsmetode | free |
Understøttede Sprog | 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 } |