Mind The Mark

Turns the basic wiki text input into a real code editor!

Mind The Mark là gì?

Mind The Mark là một tiện ích mở rộng Chrome được phát triển bởi GroovyDragon, và tính năng chính của nó là "Turns the basic wiki text input into a real code editor!".

Ả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 Mind The Mark

Tải xuống các tệp mở rộng Mind The Mark 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

                        This turn the iGEM wiki into an amazing code editor instead of the boring and bland text editor you're used to.                    

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

Tên Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
URL Chính Thức https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
Mô tả Turns the basic wiki text input into a real code editor!
Kích Thước Tệp 342 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển GroovyDragon
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ucligem2015/Mind-The-Mark
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mind The Mark",
    "description": "Turns the basic wiki text input into a real code editor!",
    "manifest_version": 2,
    "version": "2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js",
                "codemirror.js",
                "modes\/xml.js",
                "addons\/matchtags.js"
            ],
            "css": [
                "codemirror.css",
                "monokai.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "codemirror.js",
        "codemirror.css",
        "addons\/matchtags.js",
        "hint\/show-hint.css",
        "hint\/show-hint.js",
        "hint\/xml-hint.js",
        "hint\/html-hint.js"
    ]
}