Stijl

Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.

Stijlとは何ですか?

Stijlは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.」です。

拡張機能のスクリーンショット

screenshot

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

Stijl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Supported code review tools are:
- Gerrit (e.g. Android, Chrome OS)
- Rietveld (e.g. Chromium)

Source Code is hosted at https://github.com/google/stijl/.                    

拡張機能の基本情報

名前 Stijl Stijl
ID cpbiadoobgnpcacjecphfeoonpfccagk
公式URL https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk
説明 Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
ファイルサイズ 1.43 MB
インストール数 69
現在のバージョン 1.0.6
最終更新日 2018-01-23
公開日 2018-01-23
開発者 [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/google/stijl/
ヘルプページのURL https://github.com/google/stijl/issues/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stijl",
    "description": "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.",
    "version": "1.0.6",
    "icons": {
        "128": "icons\/stijl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/stijl38.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}