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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victor&I และคุณลักษณะหลักของมันคือ "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voting Power | STEEM

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}