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…”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | hjibojkpigjocliomjdodnfobmfjaplj |
官方網址 | 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" } } |