Open In Steam

Opens all steam pages in your steam client.

Co to jest Open In Steam?

Open In Steam to rozszerzenie Chrome opracowane przez ShingZhanho, a jego główną funkcją jest „Opens all steam pages in your steam client.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open In Steam

Pobierz pliki rozszerzeń Open In Steam 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

                        One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open In Steam Open In Steam
ID kkghocbcijmjfmgbfhcnooaaipihngea
Oficjalny URL https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea
Opis Opens all steam pages in your steam client.
Rozmiar pliku 90.03 KB
Liczba instalacji 51
Aktualna Wersja v0.1-beta
Ostatnia Aktualizacja 2021-08-16
Data Publikacji 2021-08-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ShingZhanho
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ShingZhanho/OpenInSteam-Chrome
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open In Steam",
    "description": "Opens all steam pages in your steam client.",
    "version": "0.1",
    "version_name": "v0.1-beta",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "js\/ga.js",
                "js\/gtag.js",
                "js\/script.js"
            ],
            "css": [
                "css\/page-element-style.css"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/help.steampowered.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "author": "ShingZhanho",
    "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome"
}