Steem Assistant
Steem Assistant adds additional functionality and information to Steemit.
Steem Assistant là gì?
Steem Assistant là một tiện ích mở rộng Chrome được phát triển bởi steemassistant, và tính năng chính của nó là "Steem Assistant adds additional functionality and information to Steemit.".
Ả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 Steem Assistant
Tải xuống các tệp mở rộng Steem Assistant 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
Steem Assistant provides addition functionality and information directly to the Steemit website. This extensions adds a widget that shows current voting power, wallet balance and reward balance without the need to visit the wallet page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddlmgpcjofhdpejjjnegoilemileldfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe |
Mô tả | Steem Assistant adds additional functionality and information to Steemit. |
Kích Thước Tệp | 182 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2018-01-14 |
Ngày Phát Hành | 2018-01-14 |
Nhà Phát Triển | steemassistant |
[email protected] | |
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": "Steem Assistant", "short_name": "SteemAssistant", "version": "1.5.2", "description": "Steem Assistant adds additional functionality and information to Steemit.", "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "Steem Assistant" }, "content_scripts": [ { "matches": [ "https:\/\/steemit.com\/*", "http:\/\/steemit.com\/*", "https:\/\/mspsteem.com\/*", "http:\/\/mspsteem.com\/*" ], "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/steem.min.js", "js\/content.js" ] } ], "permissions": [ "storage" ] } |