Mind The Mark

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

O que é Mind The Mark?

Mind The Mark é uma extensão do Chrome desenvolvida por GroovyDragon, e sua principal característica é "Turns the basic wiki text input into a real code editor!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mind The Mark

Baixe arquivos de extensão Mind The Mark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
URL Oficial https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
Descrição Turns the basic wiki text input into a real code editor!
Tamanho do Arquivo 342 KB
Contagem de Instalações 66
Versão Atual 2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor GroovyDragon
Tipo de Pagamento free
Site da Extensão https://github.com/ucligem2015/Mind-The-Mark
Idiomas Suportados 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"
    ]
}