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
官方網址 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",
        ""
    ]
}