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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miche และคุณลักษณะหลักของมันคือ "Shows the number of missions completed and number remaining until the next mission in the Stats Overview page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pardus Missions To Rank
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |