SteemContext

Easily switch between Steem frontend applications.

什么是SteemContext?

SteemContext是由diegohsa开发的Chrome扩展程序,该扩展的主要功能是“Easily switch between Steem frontend applications.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载SteemContext扩展crx文件

下载SteemContext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 SteemContext SteemContext
ID cmkicglllhdbocednkfpljkeaklchpik
官方URL https://chrome.google.com/webstore/detail/steemcontext/cmkicglllhdbocednkfpljkeaklchpik
简介 Easily switch between Steem frontend applications.
文件大小 149 KB
安装次数 12
当前版本 1.0.3
更新时间 2018-04-15
上架时间 2018-04-15
评分 5.00/5 共1次评分
开发者 diegohsa
付费类型 free
扩展官网 https://github.com/hernandev/steem-context
帮助页面URL https://github.com/hernandev/steem-context
支持的语言 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"
    ]
}