SteemitVWVoter
A Steemit voter allowing all users to vote with customized voting weight (VW)
SteemitVWVoterคืออะไร?
SteemitVWVoter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marcoxzh3 และคุณลักษณะหลักของมันคือ "A Steemit voter allowing all users to vote with customized voting weight (VW)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SteemitVWVoter
ดาวน์โหลดไฟล์ส่วนขยาย SteemitVWVoter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Steemit VW Voter allows Steemit users to set the voting weight (between 1% and 100%, both inclusive), and use this weight to up-vote the blog shown in the current web page: + allow user to designate (Steemit) username and (posting) key; + allow user to define default voting weight; + automatically detect the current blog is available for up-voting or not; + use customized weight to vote the current blog; Change logs: 0.1.0: new function: show the full list of active voters of the blog. 0.1.2: major bug fix: use blog author, title and time to locate a blog instead of just web page URL. 0.1.5: major bug fix: revert finding author from page, back to find use URL. This is because the same page maybe rendered differently by different Chrome profile, thus may have different DOMs. This effects 0.1.2 and causes critical bug. 0.1.6: minor bug fix: correct the message shown in non-blog Steemit pages. 0.1.8: icon updated
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SteemitVWVoter |
ID | dnjkmdgemelkdpjinpbngbnfmikddnjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steemitvwvoter/dnjkmdgemelkdpjinpbngbnfmikddnjj |
คำอธิบาย | A Steemit voter allowing all users to vote with customized voting weight (VW) |
ขนาดไฟล์ | 171 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2018-01-31 |
วันที่เผยแพร่ | 2018-01-30 |
ผู้พัฒนา | marcoxzh3 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/MarcoXZh/StmVWVoter |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SteemitVWVoter", "author": "MarcoXZh3", "version": "0.1.8", "description": "A Steemit voter allowing all users to vote with customized voting weight (VW)", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png", "default_popup": "popup.html", "default_title": "Customize Steemit voting weight" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "activeTab", "tabs", " |