Command & Conquer TA World Map
Detailed mini map of own alliance's and enemies bases and POIs.
Command & Conquer TA World Mapคืออะไร?
Command & Conquer TA World Map เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bluepix และคุณลักษณะหลักของมันคือ "Detailed mini map of own alliance's and enemies bases and POIs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Command & Conquer TA World Map
ดาวน์โหลดไฟล์ส่วนขยาย Command & Conquer TA World Map ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Creates a small map which illustrates the locations of the selected alliances bases and pois in relation to the center and other alliances.
Features:
----------
- Real time accuracy.
- Display own bases locations.
- Display own alliance's bases locations.
- Automatically detects and shows enemy alliances from own alliance's relationships when script starts.
- Settings can be saved and automatically applied the next time the script runs.
- Shows up to 9 different alliances (restriction added to avoid overloading the server).
- Display base details when moving mouse pointer over it.
- Shows base's location on real map when clicked. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | elcdjkjjjfkfplhpbehfldnhjjjclilj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/command-conquer-ta-world/elcdjkjjjfkfplhpbehfldnhjjjclilj |
| คำอธิบาย | Detailed mini map of own alliance's and enemies bases and POIs. |
| ขนาดไฟล์ | 35.64 KB |
| จำนวนการติดตั้ง | 506 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2013-07-15 |
| วันที่เผยแพร่ | 2013-07-15 |
| คะแนน | 3.44/5 รวมทั้งหมด 16 คะแนน |
| ผู้พัฒนา | Bluepix |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Command & Conquer TA World Map",
"description": "Detailed mini map of own alliance's and enemies bases and POIs.",
"version": "1.0.0",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.alliances.commandandconquer.com\/*"
],
"js": [
"content_scripts.js"
]
}
]
} | |