Steemit Voting Power

Shows your current voting power, daily votes and rep percentage on your Steemit.com blog.

Steemit Voting Powerคืออะไร?

Steemit Voting Power เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daynewr และคุณลักษณะหลักของมันคือ "Shows your current voting power, daily votes and rep percentage on your Steemit.com blog."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Steemit Voting Power ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steemit Voting Power Steemit Voting Power
ID bhpgldcbmnombmkfoakhomepdnndacci
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steemit-voting-power/bhpgldcbmnombmkfoakhomepdnndacci
คำอธิบาย Shows your current voting power, daily votes and rep percentage on your Steemit.com blog.
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2017-06-25
วันที่เผยแพร่ 2017-06-25
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา daynewr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steemit Voting Power",
    "description": "Shows your current voting power, daily votes and rep percentage on your Steemit.com blog.",
    "icons": {
        "16": "svote16.png",
        "48": "svote48.png",
        "128": "svote.png"
    },
    "version": "0.2.0",
    "content_scripts": [
        {
            "js": [
                "steem.min.js",
                "steemvotedata.js"
            ],
            "matches": [
                "https:\/\/steemit.com\/@*"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}