Gerrit Reviews

Hello Chrome (from Gerrit).

Gerrit Reviews क्या है?

Gerrit Reviews yuval.peress द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hello Chrome (from Gerrit)."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gerrit Reviews एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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