MyMXS
Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.
什麼是MyMXS?
MyMXS是由https://simraces.com開發的Chrome擴展程式,該擴展的主要功能是“Replaces the mxsimulator.com page with a better mxsimulator.com look and feel.”。
擴展截圖
下載MyMXS擴展crx文件
下載MyMXS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MyMXS is a Google Chrome Extension that modifies the mxsimulator website to display content fast and easy.
擴展基本資訊
名稱 | |
ID | mlilcggodhdbceoocljgnaijlechiakg |
官方網址 | 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" ] } ] } |