Command & Conquer TA Coordinates Utility
Small tool that allow you to copy coords easily.
Command & Conquer TA Coordinates Utilityคืออะไร?
Command & Conquer TA Coordinates Utility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bluepix และคุณลักษณะหลักของมันคือ "Small tool that allow you to copy coords easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Command & Conquer TA Coordinates Utility
ดาวน์โหลดไฟล์ส่วนขยาย Command & Conquer TA Coordinates Utility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: -------------- - Point at any coords to copy the location. - Shows small image highlighting the selected location relevant to map center and sectors. - Allows to paste coords to any text input (i.e. chat - message - formus...). How to use: -------------- Simply move the mouse pointer at any coords, a small window will appear, click copy. Then right click wherever you want to paste it and choose either paste or paste BB(to paste in [coords]xxx:xxx[/coords] format).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Command & Conquer TA Coordinates Utility |
ID | adahohackeipccmccbcfcbhbiaikkcea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/command-conquer-ta-coordi/adahohackeipccmccbcfcbhbiaikkcea |
คำอธิบาย | Small tool that allow you to copy coords easily. |
ขนาดไฟล์ | 26.32 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-08-15 |
วันที่เผยแพร่ | 2013-08-14 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Bluepix |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Command & Conquer TA Coordinates Utility", "description": "Small tool that allow you to copy coords easily.", "version": "1.1", "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_script.js" ] } ] } |