A better steam
Second release This extension has not been endorsed by Valve and is an unofficial enhancement of the Steam store when viewed in…
A better steam란 무엇입니까?
A better steam은(는) Code Monkey Revenge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Second release This extension has not been endorsed by Valve and is an unofficial enhancement of the Steam store when viewed in…"입니다.
확장 프로그램 스크린샷
A better steam 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Second release This extension has not been endorsed by Valve and is an unofficial enhancement of the Steam store when viewed in the Chrome store. They idea was from TotalBiscuit who mocked up some Photoshop images of what he thought would be minor improvements of the Steam Store. I thought they were good ideas so I implemented them. The code right now is quite sloppy as I did it quickly in my free time, but seems to be function at this time. If anyone has any more ideas on improving it or would like me to continue developing it you can contact me on twitter @MonkeyRevenge42 This initial release is very simple, it changes all games within the "New Release" section to show their actual release dates. This is done by parsing the actual store page for its initial release and then caching the results (so it doesn't check every single game every time you refresh the store) It also adds a "Show New Releases Only" button to the tab allowing you to completely hide old releases from the list. Please let me know what you think. [changelog] * Changed the way I calculate the need of additional games to fill the segment when buffering is needed * Removes duplicate entries so you won't see duplicates anymore * Checking the "show new only" gets saved and is synced using google's syncing storage service. * [KNOWN ISSUE] If you page down several pages and then click "show new only", it does not get buffered enough. I know the problem and will fix it next week.
확장 프로그램 기본 정보
이름 | ![]() |
ID | ilkgfeckmngnkhjehoceaeifhfkhkogm |
공식 URL | https://chrome.google.com/webstore/detail/a-better-steam/ilkgfeckmngnkhjehoceaeifhfkhkogm |
설명 | Second release This extension has not been endorsed by Valve and is an unofficial enhancement of the Steam store when viewed in… |
파일 크기 | 39.78 KB |
설치 횟수 | 120 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-03-28 |
출시 날짜 | 2014-03-28 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | Code Monkey Revenge |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "A better steam", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*" ], "js": [ "jquery.js", "injectS.js", "inject.js" ] } ], "permissions": [ "storage" ] } |