SteemContext

Easily switch between Steem frontend applications.

Co to jest SteemContext?

SteemContext to rozszerzenie Chrome opracowane przez diegohsa, a jego główną funkcją jest „Easily switch between Steem frontend applications.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SteemContext

Pobierz pliki rozszerzeń SteemContext w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa SteemContext SteemContext
ID cmkicglllhdbocednkfpljkeaklchpik
Oficjalny URL https://chrome.google.com/webstore/detail/steemcontext/cmkicglllhdbocednkfpljkeaklchpik
Opis Easily switch between Steem frontend applications.
Rozmiar pliku 149 KB
Liczba instalacji 12
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2018-04-15
Data Publikacji 2018-04-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper diegohsa
Typ Płatności free
Strona Rozszerzenia https://github.com/hernandev/steem-context
Adres URL Strony Pomocy https://github.com/hernandev/steem-context
Obsługiwane Języki 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"
    ]
}