Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
Steam Community SteamRep Integration란 무엇입니까?
Steam Community SteamRep Integration은(는) Dr. McKay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays SteamRep status on Steam Community profile pages"입니다.
확장 프로그램 스크린샷
Steam Community SteamRep Integration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Displays a user's SteamRep status directly on their profile page at SteamCommunity.com. Click on a user's SteamRep status to go to their SteamRep profile page. At the moment, due to limitations in SteamRep's system, caution tags are not displayed. Always double-check!
확장 프로그램 기본 정보
이름 | Steam Community SteamRep Integration |
ID | aaclmldkenecanphogeaacolljiphmnk |
공식 URL | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
설명 | Displays SteamRep status on Steam Community profile pages |
파일 크기 | 13.89 KB |
설치 횟수 | 1,895 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2013-10-08 |
출시 날짜 | 2013-10-08 |
평점 | 4.39/5 총 18 개의 평점 |
개발자 | Dr. McKay |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://steamrep.com |
도움말 페이지 URL | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Community SteamRep Integration", "version": "1.2.0", "manifest_version": 2, "description": "Displays SteamRep status on Steam Community profile pages", "homepage_url": "http:\/\/www.steamrep.com", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "http:\/\/steamrep.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/*" ], "js": [ "steamcommunity.js" ] } ] } |