Steem Tools

This is a Chrome Extension that has a few SteemIt Tools.

什么是Steem Tools?

Steem Tools是由https://helloacm.com开发的Chrome扩展程序,该扩展的主要功能是“This is a Chrome Extension that has a few SteemIt Tools.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Steem Tools扩展crx文件

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

扩展使用说明

                        A Chrome Extension that contains a few handy steemit tools. Source Code: https://github.com/DoctorLai/SteemTools                    

扩展基本信息

名称 Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
官方URL https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
简介 This is a Chrome Extension that has a few SteemIt Tools.
文件大小 1.58 MB
安装次数 57
当前版本 0.0.14
更新时间 2019-06-13
上架时间 2019-06-12
评分 5.00/5 共1次评分
开发者 https://helloacm.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://helloacm.com/tools/steemit/
帮助页面URL https://helloacm.com/tools/steemit/
隐私政策页面URL https://helloacm.com/disclaimer
支持的语言 en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "manifest_version": 2,
    "name": "Steem Tools",
    "short_name": "steemtools",
    "default_locale": "en",
    "version": "0.0.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Steem Tools",
        "default_popup": "main.html"
    },
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This is a Chrome Extension that has a few SteemIt Tools.",
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*",
        "bs\/*"
    ],
    "content_security_policy": "connect-src https:\/\/*; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/context.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ]
}