Gerrit Downloader
Download Gerrit Code Review Comments from the current tab
Co je Gerrit Downloader?
Gerrit Downloader je rozšíření Chrome vyvinuté uday vir singh, a jeho hlavní funkcí je „Download Gerrit Code Review Comments from the current tab“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gerrit Downloader
Stáhněte si soubory rozšíření Gerrit Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Gerrit Downloader |
ID | aegjfgpeolkcfpnlojfgimdcanhdphmm |
Oficiální URL | https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm |
Popis | Download Gerrit Code Review Comments from the current tab |
Velikost souboru | 12.49 KB |
Počet instalací | 34 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2016-08-11 |
Datum Vydání | 2016-08-11 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | uday vir singh |
Typ Platby | free |
Podporované Jazyky | 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 } |