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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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
}