SteemContext

Easily switch between Steem frontend applications.

What is SteemContext?

SteemContext is a Chrome extension developed by diegohsa, and its main feature is "Easily switch between Steem frontend applications.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download SteemContext Extension CRX File

Download SteemContext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name SteemContext SteemContext
ID cmkicglllhdbocednkfpljkeaklchpik
Official URL https://chrome.google.com/webstore/detail/steemcontext/cmkicglllhdbocednkfpljkeaklchpik
Description Easily switch between Steem frontend applications.
File Size 149 KB
Installation Count 12
Current Version 1.0.3
Last Updated 2018-04-15
Publish Date 2018-04-15
Rating 5.00/5 Total 1 Ratings
Developer diegohsa
Payment Type free
Extension Website https://github.com/hernandev/steem-context
Help Page URL https://github.com/hernandev/steem-context
Supported Languages 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"
    ]
}