textlint editor

textlint editor

什麼是textlint editor?

textlint editor是由azu開發的Chrome擴展程式,該擴展的主要功能是“textlint editor”。

擴展截圖

screenshot

下載textlint editor擴展crx文件

下載textlint editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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",
        ""
    ]
}