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 là gì?
Voting Power | STEEM là một tiện ích mở rộng Chrome được phát triển bởi Victor&I, và tính năng chính của nó là "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Voting Power | STEEM
Tải xuống các tệp mở rộng Voting Power | STEEM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hjibojkpigjocliomjdodnfobmfjaplj |
URL Chính Thức | https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj |
Mô tả | The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require… |
Kích Thước Tệp | 15.68 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-08-02 |
Ngày Phát Hành | 2017-08-02 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Victor&I |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |