SteemContext

Easily switch between Steem frontend applications.

Cos'è SteemContext?

SteemContext è un'estensione di Chrome sviluppata da diegohsa, e la sua funzione principale è "Easily switch between Steem frontend applications.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SteemContext

Scarica i file di estensione SteemContext 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

                                            

Informazioni di Base sull'Estensione

Nome SteemContext SteemContext
ID cmkicglllhdbocednkfpljkeaklchpik
URL Ufficiale https://chrome.google.com/webstore/detail/steemcontext/cmkicglllhdbocednkfpljkeaklchpik
Descrizione Easily switch between Steem frontend applications.
Dimensione del File 149 KB
Conteggio Installazioni 12
Versione Corrente 1.0.3
Ultimo Aggiornamento 2018-04-15
Data di Pubblicazione 2018-04-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore diegohsa
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hernandev/steem-context
URL della Pagina di Aiuto https://github.com/hernandev/steem-context
Lingue Supportate 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"
    ]
}