iRacing - Show Racers Per Series
Shows the number of registered drivers in each series on the bottom navbar.
iRacing - Show Racers Per Series란 무엇입니까?
iRacing - Show Racers Per Series은(는) flexgrip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the number of registered drivers in each series on the bottom navbar."입니다.
확장 프로그램 스크린샷
iRacing - Show Racers Per Series 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just a simple menu panel I made for myself. If you're 100 years old like me (I'm actually only 34), you are set in your ways. So you go to members.iracing.com > Find Official Races > Current Series... Then you start looking around for how many people are registered in each series. At this point, you're probably thinking, "But dude, there's already a page that shows that already... All you gotta do is go to Find Official Races > Popular Races Guide." Well, all I can say is, I wish I would have noticed that page before I spent 2 hours dicking around making this extension. That being said, this extension is cool because it shows you how many people are in each series no matter what iRacing page you are on. But whatever, I figured I'd post it on the Chrome Web Store and Opera Extensions Site just in case. GPLv3, Blabity Blah, FLOSS: https://github.com/flexgrip/iracing-racers-per-series
확장 프로그램 기본 정보
이름 | |
ID | kejaeckgnomdfimdcboafeomihbjpffb |
공식 URL | https://chrome.google.com/webstore/detail/iracing-show-racers-per-s/kejaeckgnomdfimdcboafeomihbjpffb |
설명 | Shows the number of registered drivers in each series on the bottom navbar. |
파일 크기 | 147 KB |
설치 횟수 | 167 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2018-10-21 |
출시 날짜 | 2018-10-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | flexgrip |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iRacing - Show Racers Per Series", "version": "0.0.4", "manifest_version": 2, "description": "Shows the number of registered drivers in each series on the bottom navbar.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "cookies", "*:\/\/members.iracing.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/members.iracing.com\/membersite\/member\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/members.iracing.com\/membersite\/member\/*" ], "js": [ "js\/execute-on-website.min.js", "src\/inject\/inject.js" ] } ] } |