Open in Steam

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

Open in Steam क्या है?

Open in Steam josephldailey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension opens links to steam in Steam instead of in Browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open in Steam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}