Chromium Review Tool

Opens all side-by-side diffs in separate tabs.

What is Chromium Review Tool?

Chromium Review Tool is a Chrome extension developed by Unknown, and its main feature is "Opens all side-by-side diffs in separate tabs.".

Extension Screenshots

screenshot
screenshot

Download Chromium Review Tool Extension CRX File

Download Chromium Review Tool 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

                        With a click of a button you too can experience your favourite Chromium side-by-side diffs in separate tabs!                    

Extension Basic Information

Name Chromium Review Tool Chromium Review Tool
ID lfjdpgbhohpnbcobhiejhkflppbdhcnp
Official URL https://chromewebstore.google.com/detail/chromium-review-tool/lfjdpgbhohpnbcobhiejhkflppbdhcnp
Description Opens all side-by-side diffs in separate tabs.
File Size 28.96 KB
Installation Count 214
Current Version 1.4
Last Updated 2013-06-10
Publish Date 2013-06-10
Rating 4.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/ascherkus/reviewtool
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromium Review Tool",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Opens all side-by-side diffs in separate tabs.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "256": "icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/codereview.chromium.org\/*",
        "*:\/\/chromiumcodereview.appspot.com\/*",
        "*:\/\/chromereviews.googleplex.com\/*",
        "*:\/\/webrtc-codereview.appspot.com\/*",
        "*:\/\/review.webrtc.org\/*"
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "View all diffs"
    }
}