LaTeX Formula for iTuring

Enable LaTeX Formula in iTuring Editor

What is LaTeX Formula for iTuring?

LaTeX Formula for iTuring is a Chrome extension developed by http://sneezry.com, and its main feature is "Enable LaTeX Formula in iTuring Editor".

Extension Screenshots

screenshot

Download LaTeX Formula for iTuring Extension CRX File

Download LaTeX Formula for iTuring 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

                                            

Extension Basic Information

Name LaTeX Formula for iTuring LaTeX Formula for iTuring
ID hfojmkljnabbmknachmochobjnhbfkom
Official URL https://chrome.google.com/webstore/detail/latex-formula-for-ituring/hfojmkljnabbmknachmochobjnhbfkom
Description Enable LaTeX Formula in iTuring Editor
File Size 8.31 KB
Installation Count 2,498
Current Version 1.4
Last Updated 2016-01-23
Publish Date 2016-01-23
Rating 4.83/5 Total 6 Ratings
Developer http://sneezry.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaTeX Formula for iTuring",
    "version": "1.4",
    "description": "Enable LaTeX Formula in iTuring Editor",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ituring.com.cn\/article\/write"
            ],
            "js": [
                "js\/editor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.ituring.com.cn\/article\/edit\/*"
            ],
            "js": [
                "js\/editor.js",
                "js\/md.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/logo.png"
    }
}