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".
Снимки экрана расширения
Скачать файл 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 |
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 } |