Pardus Missions To Rank
Shows the number of missions completed and number remaining until the next mission in the Stats Overview page
Pardus Missions To Rank란 무엇입니까?
Pardus Missions To Rank은(는) Miche에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page"입니다.
확장 프로그램 스크린샷
Pardus Missions To Rank 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This script is designed to show you an estimate of how many missions you have done at your current competency or rank, and how many remain until the next rank is achieved (until you reach level 13). This information is displayed on the Player Stats Overview page, just below the progress bar of the Competency section and, if you are in a faction, the Military Rank section as well. If you have already achieved rank 13 (competency or rank) then nothing will be added in the section you have that rank in. If you are 13 (or above) in both Competency and Military Rank, you will not benefit at all from this script.
확장 프로그램 기본 정보
이름 | Pardus Missions To Rank |
ID | lnfapiabbmeipfndgkapdalinfmeikkh |
공식 URL | https://chromewebstore.google.com/detail/pardus-missions-to-rank/lnfapiabbmeipfndgkapdalinfmeikkh |
설명 | Shows the number of missions completed and number remaining until the next mission in the Stats Overview page |
파일 크기 | 11.06 KB |
설치 횟수 | 158 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-04-27 |
출시 날짜 | 2015-04-27 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Miche |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/*.pardus.at\/overview_stats.php" ], "js": [ "pardus_missions_to_rank.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page", "icons": { "128": "logo128.png", "48": "logo48.png" }, "manifest_version": 2, "name": "Pardus Missions To Rank", "short_name": "Missions To Rank", "author": "Miche (Orion) \/ Sparkle (Artemis)", "version": "1.0" } |