textlint editor

textlint editor

O que é textlint editor?

textlint editor é uma extensão do Chrome desenvolvida por azu, e sua principal característica é "textlint editor".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão textlint editor

Baixe arquivos de extensão textlint editor 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

                        textlint editor is privacy-first linting tool. 
This extension allow you to use textlint in browser. 
You can lint your text in textarea with own textlint scripts. 

Usage: https://github.com/textlint/editor#usage                    

Informações Básicas da Extensão

Nome textlint editor textlint editor
ID gfhlfpnpjokocfohicmfbgjneiipfeil
URL Oficial https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil
Descrição textlint editor
Tamanho do Arquivo 648 KB
Contagem de Instalações 834
Versão Atual 0.12.6
Última Atualização 2021-06-25
Data de Publicação 2021-04-22
Desenvolvedor azu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/textlint/editor
URL da Página de Ajuda https://github.com/textlint/editor
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.12.6",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "scripts\/pageScript.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; worker-src 'self' blob:",
    "permissions": [
        "tabs",
        ""
    ]
}