Steem Tools

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

Что такое Steem Tools?

Steem Tools - это расширение Chrome, разработанное https://helloacm.com, и его основная функция - "This is a Chrome Extension that has a few SteemIt Tools.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Steem Tools

Скачайте файлы расширений 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",
        ""
    ]
}