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
官方網址 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
}