Gerrit Downloader

Download Gerrit Code Review Comments from the current tab

Gerrit Downloader là gì?

Gerrit Downloader là một tiện ích mở rộng Chrome được phát triển bởi uday vir singh, và tính năng chính của nó là "Download Gerrit Code Review Comments from the current tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gerrit Downloader

Tải xuống các tệp mở rộng Gerrit Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gerrit Downloader Gerrit Downloader
ID aegjfgpeolkcfpnlojfgimdcanhdphmm
URL Chính Thức https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm
Mô tả Download Gerrit Code Review Comments from the current tab
Kích Thước Tệp 12.49 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-08-11
Ngày Phát Hành 2016-08-11
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển uday vir singh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}