Steem Tools

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

Cos'è Steem Tools?

Steem Tools è un'estensione di Chrome sviluppata da https://helloacm.com, e la sua funzione principale è "This is a Chrome Extension that has a few SteemIt Tools.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steem Tools

Scarica i file di estensione Steem Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
URL Ufficiale https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Descrizione This is a Chrome Extension that has a few SteemIt Tools.
Dimensione del File 1.58 MB
Conteggio Installazioni 57
Versione Corrente 0.0.14
Ultimo Aggiornamento 2019-06-13
Data di Pubblicazione 2019-06-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://helloacm.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://helloacm.com/tools/steemit/
URL della Pagina di Aiuto https://helloacm.com/tools/steemit/
URL della Pagina della Politica sulla Privacy https://helloacm.com/disclaimer
Lingue Supportate 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",
        ""
    ]
}