Steem Assistant

Steem Assistant adds additional functionality and information to Steemit.

什么是Steem Assistant?

Steem Assistant是由steemassistant开发的Chrome扩展程序,该扩展的主要功能是“Steem Assistant adds additional functionality and information to Steemit.”。

扩展截图

screenshot

下载Steem Assistant扩展crx文件

下载Steem Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Steem Assistant Steem Assistant
ID ddlmgpcjofhdpejjjnegoilemileldfe
官方URL https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe
简介 Steem Assistant adds additional functionality and information to Steemit.
文件大小 182 KB
安装次数 18
当前版本 1.5.2
更新时间 2018-01-14
上架时间 2018-01-14
开发者 steemassistant
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}