Steem Tools

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

What is Steem Tools?

Steem Tools is a Chrome extension developed by https://helloacm.com, and its main feature is "This is a Chrome Extension that has a few SteemIt Tools.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Steem Tools Extension CRX File

Download Steem Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
Official URL https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Description This is a Chrome Extension that has a few SteemIt Tools.
File Size 1.58 MB
Installation Count 57
Current Version 0.0.14
Last Updated 2019-06-13
Publish Date 2019-06-12
Rating 5.00/5 Total 1 Ratings
Developer https://helloacm.com
Email [email protected]
Payment Type free
Extension Website https://helloacm.com/tools/steemit/
Help Page URL https://helloacm.com/tools/steemit/
Privacy Policy Page URL https://helloacm.com/disclaimer
Supported Languages 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",
        ""
    ]
}