Steem Tools

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

Steem Tools là gì?

Steem Tools là một tiện ích mở rộng Chrome được phát triển bởi https://helloacm.com, và tính năng chính của nó là "This is a Chrome Extension that has a few SteemIt Tools.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steem Tools

Tải xuống các tệp mở rộng Steem Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
URL Chính Thức https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Mô tả This is a Chrome Extension that has a few SteemIt Tools.
Kích Thước Tệp 1.58 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2019-06-13
Ngày Phát Hành 2019-06-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://helloacm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://helloacm.com/tools/steemit/
URL Trang Trợ Giúp https://helloacm.com/tools/steemit/
URL Trang Chính Sách Bảo Mật https://helloacm.com/disclaimer
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}