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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}