Open in Steam

This Extension opens links to steam in Steam instead of in Browser

什么是Open in Steam?

Open in Steam是由josephldailey开发的Chrome扩展程序,该扩展的主要功能是“This Extension opens links to steam in Steam instead of in Browser”。

扩展截图

screenshot
screenshot

下载Open in Steam扩展crx文件

下载Open in Steam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Common links such as a game pages will open in steam instead of in the browser.                    

扩展基本信息

名称 Open in Steam Open in Steam
ID cecgojhodgkcpcpkejmnobkmoogkjfaa
官方URL https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa
简介 This Extension opens links to steam in Steam instead of in Browser
文件大小 10.81 KB
安装次数 2,226
当前版本 0.1.1
更新时间 2013-09-12
上架时间 2013-09-12
评分 2.66/5 共29次评分
开发者 josephldailey
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "steam.js"
            ],
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "This Extension opens links to steam in Steam instead of in Browser",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Open in Steam",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "version": "0.1.1"
}