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 |
官方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" ] } ] } |