Voting Power | STEEM

The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…

Voting Power | STEEMとは何ですか?

Voting Power | STEEMはVictor&Iによって開発されたChromeの拡張機能で、その主な機能は「The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…」です。

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

screenshot

Voting Power | STEEM拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension displays the current Voting Power for Steemit.com
The application is available for any browser tab, does not require the opening of the STEEMIT website.
The extension is activated by clicking on the icon. In the background it extension inactive and does not consume network resources.
In the "Login" field, enter your nickname for STEEMIT (without the "@") and check the box in the checkbox. The nickname is written into the browser memory, you do not need to re-enter it.
If you uncheck the checkbox, the nickname will be erased from memory. It will need to be entered again.
The application is not tied to the user. You can see Voting Power of the other user of STEEMIT.                    

拡張機能の基本情報

名前 Voting Power | STEEM Voting Power | STEEM
ID hjibojkpigjocliomjdodnfobmfjaplj
公式URL https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj
説明 The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
ファイルサイズ 15.68 KB
インストール数 37
現在のバージョン 2.0
最終更新日 2017-08-02
公開日 2017-08-02
評価 4.00/5 合計 1 レビュー
開発者 Victor&I
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voting Power | STEEM",
    "version": "2.0",
    "icons": {
        "128": "vp.png"
    },
    "permissions": [
        "https:\/\/steemd.com\/*",
        "unlimitedStorage",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Voting Power | STEEM",
        "default_icon": "vp.png",
        "default_popup": "popup.html"
    }
}