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
官方網址 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"
}