Open In Steam

Opens all steam pages in your steam client.

Open In Steamとは何ですか?

Open In SteamはShingZhanhoによって開発されたChromeの拡張機能で、その主な機能は「Opens all steam pages in your steam client.」です。

拡張機能のスクリーンショット

screenshot

Open In Steam拡張機能のCRXファイルをダウンロード

Open In Steam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Open In Steam Open In Steam
ID kkghocbcijmjfmgbfhcnooaaipihngea
公式URL https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea
説明 Opens all steam pages in your steam client.
ファイルサイズ 90.03 KB
インストール数 51
現在のバージョン v0.1-beta
最終更新日 2021-08-16
公開日 2021-08-15
評価 5.00/5 合計 1 レビュー
開発者 ShingZhanho
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ShingZhanho/OpenInSteam-Chrome
対応言語 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"
}