textlint editor
textlint editor
¿Qué es textlint editor?
textlint editor es una extensión de Chrome desarrollada por azu, y su función principal es "textlint editor".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión textlint editor
Descarga archivos de extensión textlint editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
URL Oficial | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
Descripción | textlint editor |
Tamaño del Archivo | 648 KB |
Cantidad de Instalaciones | 834 |
Versión Actual | 0.12.6 |
Última Actualización | 2021-06-25 |
Fecha de Publicación | 2021-04-22 |
Desarrollador | azu |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/textlint/editor |
URL de la Página de Ayuda | https://github.com/textlint/editor |
Idiomas Soportados | 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", " |