English syntax highlighter

Podsvechnik - English syntax highlighter

O que é English syntax highlighter?

English syntax highlighter é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Podsvechnik - English syntax highlighter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão English syntax highlighter

Baixe arquivos de extensão English syntax highlighter 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

                        English syntax highlighter. It may improve the speed at which you read English text.

Install the plugin, highligh the text and select the plugin action from the context menu.                    

Informações Básicas da Extensão

Nome English syntax highlighter English syntax highlighter
ID ikdjjgioalkbdihbhcfffjnanhnilipa
URL Oficial https://chromewebstore.google.com/detail/english-syntax-highlighte/ikdjjgioalkbdihbhcfffjnanhnilipa
Descrição Podsvechnik - English syntax highlighter
Tamanho do Arquivo 39.67 KB
Contagem de Instalações 216
Versão Atual 1.0
Última Atualização 2020-01-16
Data de Publicação 2020-01-10
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/vpavlenko/podsvechnik
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "English syntax highlighter",
    "version": "1.0",
    "description": "Podsvechnik - English syntax highlighter",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}