CodeMirror

Enables CodeMirror Control use.

CodeMirror là gì?

CodeMirror là một tiện ích mở rộng Chrome được phát triển bởi https://focalfuse.com, và tính năng chính của nó là "Enables CodeMirror Control use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodeMirror

Tải xuống các tệp mở rộng CodeMirror dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CodeMirror CodeMirror
ID aollcfnfaolhdhjbkbcbfdjhklimnidh
URL Chính Thức https://chromewebstore.google.com/detail/codemirror/aollcfnfaolhdhjbkbcbfdjhklimnidh
Mô tả Enables CodeMirror Control use.
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://focalfuse.com
Loại Thanh Toán free
Trang Web Mở Rộng http://focalfuse.com
URL Trang Trợ Giúp http://focalfuse.com/wordpress/chrome-extension-codemirror-faq/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}