textlint editor

textlint editor

textlint editor là gì?

textlint editor là một tiện ích mở rộng Chrome được phát triển bởi azu, và tính năng chính của nó là "textlint editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng textlint editor

Tải xuống các tệp mở rộng textlint editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên textlint editor textlint editor
ID gfhlfpnpjokocfohicmfbgjneiipfeil
URL Chính Thức https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil
Mô tả textlint editor
Kích Thước Tệp 648 KB
Số Lần Cài Đặt 834
Phiên Bản Hiện Tại 0.12.6
Cập Nhật Lần Cuối 2021-06-25
Ngày Phát Hành 2021-04-22
Nhà Phát Triển azu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/textlint/editor
URL Trang Trợ Giúp https://github.com/textlint/editor
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}