Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Gerrit Downloaderとは何ですか?

Gerrit Downloaderはuday vir singhによって開発されたChromeの拡張機能で、その主な機能は「Download Gerrit Code Review Comments from the current tab」です。

拡張機能のスクリーンショット

screenshot
screenshot

Gerrit Downloader拡張機能のCRXファイルをダウンロード

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 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
}