Gerrit Reviews

Hello Chrome (from Gerrit).

What is Gerrit Reviews?

Gerrit Reviews is a Chrome extension developed by yuval.peress, and its main feature is "Hello Chrome (from Gerrit).".

Download Gerrit Reviews Extension CRX File

Download Gerrit Reviews extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gerrit Reviews Gerrit Reviews
ID kmepgiiggihoppjelbkcnbgjmamapdlg
Official URL https://chromewebstore.google.com/detail/gerrit-reviews/kmepgiiggihoppjelbkcnbgjmamapdlg
Description Hello Chrome (from Gerrit).
File Size 9.63 KB
Installation Count 82
Current Version 0.7
Last Updated 2016-10-18
Publish Date 2016-10-18
Developer yuval.peress
Payment Type free
Extension Website https://github.com/yperess/gerrit-chrome-extension
Supported Languages 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
    }
}