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
官方網址 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"
}