SteemContext

Easily switch between Steem frontend applications.

Qu'est-ce que SteemContext ?

SteemContext est une extension Chrome développée par diegohsa, et sa fonction principale est "Easily switch between Steem frontend applications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SteemContext

Téléchargez les fichiers d'extension SteemContext 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

                                            

Informations de Base sur l'Extension

Nom SteemContext SteemContext
ID cmkicglllhdbocednkfpljkeaklchpik
URL Officiel https://chrome.google.com/webstore/detail/steemcontext/cmkicglllhdbocednkfpljkeaklchpik
Description Easily switch between Steem frontend applications.
Taille du Fichier 149 KB
Nombre d'Installations 12
Version Actuelle 1.0.3
Dernière Mise à Jour 2018-04-15
Date de Publication 2018-04-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur diegohsa
Type de Paiement free
Site Web de l'Extension https://github.com/hernandev/steem-context
URL de la Page d'Aide https://github.com/hernandev/steem-context
Langues Prises en Charge en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Diego Hernandes ",
    "version": "1.0.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "background",
        "contextMenus",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}