textlint editor
textlint editor
什么是textlint editor?
textlint editor是由azu开发的Chrome扩展程序,该扩展的主要功能是“textlint editor”。
扩展截图
下载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 |
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", " |