Steem Enhancer

Steem enhancer yay!

什么是Steem Enhancer?

Steem Enhancer是由Bartłomiej Górnicki开发的Chrome扩展程序,该扩展的主要功能是“Steem enhancer yay!”。

扩展截图

screenshot
screenshot

下载Steem Enhancer扩展crx文件

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

扩展使用说明

                        Simple but powerfull extension to boost your User Experience using Steem blockchain, especially Steemit.com

Steem Enhancer lets you follow tags and receive Rich Notifications. You can adjust some settings to get even more.

Everything you need to do is to visit extension's Settings Page and type tags you want to follow. Since then you will get Rich Notifications and Sound alerts (disabled by default).

Steem Enhancer can notify you when you get new reply to post or comment. All you need to do is to type your username in extensions settings. You don't need to login anywhere.                    

扩展基本信息

名称 Steem Enhancer Steem Enhancer
ID jbmaggkckojanmapjbggfdcnplaolgij
官方URL https://chromewebstore.google.com/detail/steem-enhancer/jbmaggkckojanmapjbggfdcnplaolgij
简介 Steem enhancer yay!
文件大小 825 KB
安装次数 12
当前版本 0.1.17
更新时间 2018-07-27
上架时间 2018-07-27
评分 3.67/5 共3次评分
开发者 Bartłomiej Górnicki
电子邮箱 [email protected]
付费类型 free
扩展官网 https://steemit.com/@technocracy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "pages\/popup.html"
    },
    "description": "Steem enhancer yay!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Steem Enhancer",
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Steem Enhancer",
    "version": "0.1.17",
    "options_page": "pages\/options.html"
}