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文件
下載Pardus Missions To Rank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |