Steem Tools

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

Qu'est-ce que Steem Tools ?

Steem Tools est une extension Chrome développée par https://helloacm.com, et sa fonction principale est "This is a Chrome Extension that has a few SteemIt Tools.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Steem Tools

Téléchargez les fichiers d'extension Steem Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
URL Officiel https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Description This is a Chrome Extension that has a few SteemIt Tools.
Taille du Fichier 1.58 MB
Nombre d'Installations 57
Version Actuelle 0.0.14
Dernière Mise à Jour 2019-06-13
Date de Publication 2019-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://helloacm.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://helloacm.com/tools/steemit/
URL de la Page d'Aide https://helloacm.com/tools/steemit/
URL de la Page de Politique de Confidentialité https://helloacm.com/disclaimer
Langues Prises en Charge 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",
        ""
    ]
}