Gerrit Reviews

Hello Chrome (from Gerrit).

Gerrit Reviewsคืออะไร?

Gerrit Reviews เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuval.peress และคุณลักษณะหลักของมันคือ "Hello Chrome (from Gerrit)."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gerrit Reviews

ดาวน์โหลดไฟล์ส่วนขยาย Gerrit Reviews ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tool used to get quick updated for gerrit code reviews.

If a custom query is specified, make sure it includes the LABELS option via appending "&o=LABELS" to the query. To use the default inbound reviews simply leave the query parameter blank.

Please file any bugs to GitHub at https://github.com/yperess/gerrit-chrome-extension/issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gerrit Reviews Gerrit Reviews
ID kmepgiiggihoppjelbkcnbgjmamapdlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gerrit-reviews/kmepgiiggihoppjelbkcnbgjmamapdlg
คำอธิบาย Hello Chrome (from Gerrit).
ขนาดไฟล์ 9.63 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2016-10-18
วันที่เผยแพร่ 2016-10-18
ผู้พัฒนา yuval.peress
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yperess/gerrit-chrome-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gerrit Reviews",
    "description": "Hello Chrome (from Gerrit).",
    "version": "0.7",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "gerrit-api.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}