Mamba rate progress

Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.

Mamba rate progressとは何ですか?

Mamba rate progressはQTeamによって開発されたChromeの拡張機能で、その主な機能は「Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Mamba rate progress Mamba rate progress
ID jonfcneijpoijpjmaiekgkhknnnmflba
公式URL https://chrome.google.com/webstore/detail/mamba-rate-progress/jonfcneijpoijpjmaiekgkhknnnmflba
説明 Show user's rate progress in percentage. Shows the ratio of incoming messages to replies in percents.
ファイルサイズ 202 KB
インストール数 33
現在のバージョン 1.0
最終更新日 2015-06-19
公開日 2015-06-19
評価 5.00/5 合計 2 レビュー
開発者 QTeam
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mamba.ru\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}