Steem Tools

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

Vad är Steem Tools?

Steem Tools är en Chrome-tillägg utvecklad av https://helloacm.com, och dess huvudfunktion är "This is a Chrome Extension that has a few SteemIt Tools.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Steem Tools-förlängningens CRX-fil

Ladda ner Steem Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
Officiell webbadress https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Beskrivning This is a Chrome Extension that has a few SteemIt Tools.
Filstorlek 1.58 MB
Antal Installationer 57
Aktuell Version 0.0.14
Senast Uppdaterad 2019-06-13
Publiceringsdatum 2019-06-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://helloacm.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://helloacm.com/tools/steemit/
Hjälpsida URL https://helloacm.com/tools/steemit/
URL till Sekretesspolicy Sidan https://helloacm.com/disclaimer
Stödda Språk 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",
        ""
    ]
}