Steem Tools

Steem Tools

Что такое Steem Tools?

Steem Tools - это расширение Chrome, разработанное HappyBerrysBoy, и его основная функция - "Steem Tools".

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

screenshot
screenshot

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

Скачайте файлы расширений Steem Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        스팀잇사이트에서 바로 편하게 사용할 수 있는 기능들을 추가하였습니다.
(캡쳐화면등은 예전 버전입니다. 추후에 현재 버전의 캡쳐화면으로 수정 예정입니다.)

불편한 사항이나, 버그, 수정할 부분이 있으시면 https://www.steemit.com/@happyberrysboy의 아무글에나 댓글을 남겨 주시면 살펴보겠습니다.

많은 사용바랍니다.
감사합니다.                    

Основная информация о расширении

Название Steem Tools Steem Tools
ID ifjgbijfaocfhnihljlppnonjogpipjl
Официальный URL https://chromewebstore.google.com/detail/steem-tools/ifjgbijfaocfhnihljlppnonjogpipjl
Описание Steem Tools
Размер файла 1.93 MB
Количество установок 125
Текущая Версия 2.2.10
Последнее Обновление 2020-12-17
Дата публикации 2019-09-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик HappyBerrysBoy
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://upvuweb-api.upvu.org/privacy
Поддерживаемые языки ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steem Tools",
    "description": "Steem Tools",
    "version": "2.2.10",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steemit.com\/*",
                "https:\/\/weedcash.com\/*",
                "https:\/\/*.steemcoinpan.com\/*",
                "https:\/\/*.triplea.reviews\/*",
                "https:\/\/*.steemzzang.com\/*",
                "https:\/\/*.sportstalksocial.com\/*",
                "https:\/\/*.splintertalk.io\/*",
                "https:\/\/*.tokenbb.io\/",
                "https:\/\/*.actnearn.com\/*",
                "https:\/\/*.weedcash.network\/*",
                "https:\/\/blogs.bloque64.com\/*",
                "https:\/\/*.palnet.io\/*",
                "https:\/\/*.busy.org\/*",
                "https:\/\/steempeak.com\/*",
                "https:\/\/steem-engine.net\/*",
                "https:\/\/liv.steempeople.com\/*",
                "https:\/\/*.steemleo.com\/*",
                "https:\/\/www.sagoda.org\/*",
                "https:\/\/www.steeminven.com\/*",
                "https:\/\/*.tripsteem.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "thirdParty\/jquery3.3.1.min.js",
                "thirdParty\/vue.min.js",
                "thirdParty\/vue-material.min.js",
                "thirdParty\/steemjs.min.js",
                "thirdParty\/showdown.min.js",
                "contentConst.js",
                "content_script.js",
                "vue_source\/components\/graphql.js",
                "vue_source\/components\/dispVotingPower.js",
                "vue_source\/components\/dispFuncBtn.js",
                "vue_source\/components\/dialContent.js",
                "vue_source\/components\/tag.js",
                "vue_source\/components\/mdListItem.js",
                "vue_source\/components\/shortcutUser.js",
                "vue_source\/components\/tagFilter.js",
                "vue_source\/components\/shortcuttag.js",
                "vue_source\/components\/getMarkdown.js",
                "vue_source\/components\/goFamilySite.js",
                "vue_source\/components\/sourceStorage.js",
                "vue_source\/components\/runUrl.js",
                "vue_source\/components\/tabs.js",
                "vue_source\/components\/title.js",
                "vue_source\/vue_main.js"
            ],
            "css": [
                "thirdParty\/vue-material-icon.css",
                "thirdParty\/vue-material.min.css",
                "thirdParty\/vue-material-theme.default.css",
                "content_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Steem Tools",
        "default_icon": "steemit.png",
        "default_popup": "popup\/popup.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "contentConst.js",
            "background\/account.js",
            "background\/background.js"
        ],
        "persistent": false
    }
}