Open in Steam

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

What is Open in Steam?

Open in Steam is a Chrome extension developed by josephldailey, and its main feature is "This Extension opens links to steam in Steam instead of in Browser".

Extension Screenshots

screenshot
screenshot

Download Open in Steam Extension CRX File

Download Open in Steam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Open in Steam Open in Steam
ID cecgojhodgkcpcpkejmnobkmoogkjfaa
Official URL https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa
Description This Extension opens links to steam in Steam instead of in Browser
File Size 10.81 KB
Installation Count 2,226
Current Version 0.1.1
Last Updated 2013-09-12
Publish Date 2013-09-12
Rating 2.66/5 Total 29 Ratings
Developer josephldailey
Payment Type free
Supported Languages 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"
}