CodeMirror

Enables CodeMirror Control use.

What is CodeMirror?

CodeMirror is a Chrome extension developed by https://focalfuse.com, and its main feature is "Enables CodeMirror Control use.".

Extension Screenshots

screenshot
screenshot

Download CodeMirror Extension CRX File

Download CodeMirror extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enables the use of CodeMirror for use on some sites, such as Plesk Hosting on GoDaddy. Currently supports PHP, HTML, CSS and JavaScript, by default.                    

Extension Basic Information

Name CodeMirror CodeMirror
ID aollcfnfaolhdhjbkbcbfdjhklimnidh
Official URL https://chromewebstore.google.com/detail/codemirror/aollcfnfaolhdhjbkbcbfdjhklimnidh
Description Enables CodeMirror Control use.
File Size 1.12 MB
Installation Count 225
Current Version 1.0
Last Updated 2019-03-08
Publish Date 2019-03-07
Rating 5.00/5 Total 1 Ratings
Developer https://focalfuse.com
Payment Type free
Extension Website http://focalfuse.com
Help Page URL http://focalfuse.com/wordpress/chrome-extension-codemirror-faq/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeMirror",
    "description": "Enables CodeMirror Control use.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "CodeMirror-master\/lib\/codemirror.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "CodeMirror-master\/lib\/codemirror.js",
                "CodeMirror-master\/addon\/edit\/matchbrackets.js",
                "CodeMirror-master\/mode\/htmlmixed\/htmlmixed.js",
                "CodeMirror-master\/mode\/xml\/xml.js",
                "CodeMirror-master\/mode\/javascript\/javascript.js",
                "CodeMirror-master\/mode\/css\/css.js",
                "CodeMirror-master\/mode\/clike\/clike.js",
                "CodeMirror-master\/mode\/php\/php.js",
                "CodeMirror.js"
            ]
        }
    ]
}