Steem Tools

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

Wat is Steem Tools?

Steem Tools is een Chrome-extensie ontwikkeld door https://helloacm.com, en de belangrijkste functie is "This is a Chrome Extension that has a few SteemIt Tools.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Steem Tools

Download Steem Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
Officiële URL https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
Beschrijving This is a Chrome Extension that has a few SteemIt Tools.
Bestandsgrootte 1.58 MB
Aantal Installaties 57
Huidige Versie 0.0.14
Laatst Bijgewerkt 2019-06-13
Publicatiedatum 2019-06-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://helloacm.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://helloacm.com/tools/steemit/
Help Pagina-URL https://helloacm.com/tools/steemit/
URL van de Privacybeleid Pagina https://helloacm.com/disclaimer
Ondersteunde Talen 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",
        ""
    ]
}