MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
MyMXSคืออะไร?
MyMXS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simraces.com และคุณลักษณะหลักของมันคือ "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyMXS
ดาวน์โหลดไฟล์ส่วนขยาย MyMXS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mlilcggodhdbceoocljgnaijlechiakg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mymxs/mlilcggodhdbceoocljgnaijlechiakg |
คำอธิบาย | Replaces the mxsimulator.com page with a better mxsimulator.com look and feel. |
ขนาดไฟล์ | 1.04 MB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | MyMXS |
อัปเดตครั้งล่าสุด | 2015-04-05 |
วันที่เผยแพร่ | 2015-04-05 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://simraces.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyMXS", "short_name": "Short Name", "version": "0.1.1.1", "description": "Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.", "icons": { "128": "icon128.png" }, "author": "simraces.com", "homepage_url": "http:\/\/www.simraces.com", "omnibox": { "keyword": "simraces" }, "version_name": "MyMXS", "content_scripts": [ { "matches": [ "http:\/\/*.mxsimulator.com\/" ], "css": [ "style.css", "styleF.css", "bootstrap\/css\/bootstrap.css" ], "js": [ "script.js", "jquery-2.1.3.js", "bootstrap\/js\/bootstrap.js" ] } ] } |