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
电子邮箱 [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"
}