Gerrit Reviews

Hello Chrome (from Gerrit).

Gerrit Reviewsとは何ですか?

Gerrit Reviewsはyuval.peressによって開発されたChromeの拡張機能で、その主な機能は「Hello Chrome (from Gerrit).」です。

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

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