textlint editor

textlint editor

Wat is textlint editor?

textlint editor is een Chrome-extensie ontwikkeld door azu, en de belangrijkste functie is "textlint editor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie textlint editor

Download textlint editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam textlint editor textlint editor
ID gfhlfpnpjokocfohicmfbgjneiipfeil
Officiële URL https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil
Beschrijving textlint editor
Bestandsgrootte 648 KB
Aantal Installaties 834
Huidige Versie 0.12.6
Laatst Bijgewerkt 2021-06-25
Publicatiedatum 2021-04-22
Ontwikkelaar azu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/textlint/editor
Help Pagina-URL https://github.com/textlint/editor
Ondersteunde Talen 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",
        ""
    ]
}