textlint editor

textlint editor

textlint editor क्या है?

textlint editor azu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "textlint editor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में textlint editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम textlint editor textlint editor
ID gfhlfpnpjokocfohicmfbgjneiipfeil
आधिकारिक URL https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil
विवरण textlint editor
फ़ाइल का आकार 648 KB
स्थापना संख्या 834
वर्तमान संस्करण 0.12.6
अंतिम अपडेट 2021-06-25
प्रकाशन तिथि 2021-04-22
डेवलपर azu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/textlint/editor
सहायता पृष्ठ URL https://github.com/textlint/editor
समर्थित भाषाएँ 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",
        ""
    ]
}