Steam URL Opener

Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.

Steam URL Opener란 무엇입니까?

Steam URL Opener은(는) veteran29에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser."입니다.

확장 프로그램 스크린샷

screenshot

Steam URL Opener 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser.

Only Steam related hostnames can be opened inside the client.

Source code:
https://github.com/veteran29/steam-url-open-extension


Icon made by [SimpleIcon](https://www.flaticon.com/authors/simpleicon) from www.flaticon.com

Enjoying the extension? Buy me a coffee: 
https://ko-fi.com/veteran29                    

확장 프로그램 기본 정보

이름 Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
공식 URL https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
설명 Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
파일 크기 54.21 KB
설치 횟수 7,427
현재 버전 0.1.1
최근 업데이트 2022-06-15
출시 날짜 2019-11-07
평점 4.40/5 총 35 개의 평점
개발자 veteran29
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/veteran29/steam-url-open-extension
도움말 페이지 URL https://github.com/veteran29/steam-url-open-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Open in Steam"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}