/r/LeagueOfLegends Red Tracker
Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
/r/LeagueOfLegends Red Tracker란 무엇입니까?
/r/LeagueOfLegends Red Tracker은(는) Ryan Roach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments."입니다.
확장 프로그램 스크린샷
/r/LeagueOfLegends Red Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
/r/LeagueOfLegends Red Tracker makes browsing the League of Legends subreddit even better. With this extension you can easily find posts that have been commented on by Riot employees as well as quickly navigate to Rioter comments. *Version 1.0.5 - 7/13/2019* - Fixes to account for Reddit API changes. *Version 1.0.4 - 10/1/2015* - Make sure nav box doesn't get covered up when reddit CSS changes. *Version 1.0.3 - 2/24/2015* - Extension is now HTTPS compatible. *Version 1.0.2 - 10/11/2014* - Added icons to manifest. Fixed bug where posts would not turn red on the all-time pages when scrolling with RES.
확장 프로그램 기본 정보
이름 | |
ID | nbpfkceoeabndcecpjldleagknhklfdh |
공식 URL | https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh |
설명 | Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments. |
파일 크기 | 44.98 KB |
설치 횟수 | 359 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2019-07-13 |
출시 날짜 | 2019-07-13 |
평점 | 4.46/5 총 13 개의 평점 |
개발자 | Ryan Roach |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\/r\/LeagueOfLegends Red Tracker", "description": "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "1.0.5", "permissions": [ "tabs", "*:\/\/*.reddit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/leagueoflegends*" ], "css": [ "red.css" ], "js": [ "jquery.js", "redForRiot.js" ] } ] } |