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
Eメール [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",
        ""
    ]
}