Open In Steam
Opens all steam pages in your steam client.
Open In Steam란 무엇입니까?
Open In Steam은(는) ShingZhanho에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens all steam pages in your steam client."입니다.
확장 프로그램 스크린샷
Open In Steam 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.
확장 프로그램 기본 정보
이름 | Open In Steam |
ID | kkghocbcijmjfmgbfhcnooaaipihngea |
공식 URL | https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea |
설명 | Opens all steam pages in your steam client. |
파일 크기 | 90.03 KB |
설치 횟수 | 51 |
현재 버전 | v0.1-beta |
최근 업데이트 | 2021-08-16 |
출시 날짜 | 2021-08-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | ShingZhanho |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ShingZhanho/OpenInSteam-Chrome |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Steam", "description": "Opens all steam pages in your steam client.", "version": "0.1", "version_name": "v0.1-beta", "manifest_version": 3, "content_scripts": [ { "js": [ "js\/ga.js", "js\/gtag.js", "js\/script.js" ], "css": [ "css\/page-element-style.css" ], "matches": [ "*:\/\/steamcommunity.com\/*", "*:\/\/store.steampowered.com\/*", "*:\/\/help.steampowered.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "author": "ShingZhanho", "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome" } |