Open In Steam

Opens all steam pages in your steam client.

Vad är Open In Steam?

Open In Steam är en Chrome-tillägg utvecklad av ShingZhanho, och dess huvudfunktion är "Opens all steam pages in your steam client.".

Tilläggsskärmbilder

screenshot

Ladda ner Open In Steam-förlängningens CRX-fil

Ladda ner Open In Steam-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Open In Steam Open In Steam
ID kkghocbcijmjfmgbfhcnooaaipihngea
Officiell webbadress https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea
Beskrivning Opens all steam pages in your steam client.
Filstorlek 90.03 KB
Antal Installationer 51
Aktuell Version v0.1-beta
Senast Uppdaterad 2021-08-16
Publiceringsdatum 2021-08-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ShingZhanho
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ShingZhanho/OpenInSteam-Chrome
Stödda Språk 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"
}