textlint editor
textlint editor
What is textlint editor?
textlint editor is a Chrome extension developed by azu, and its main feature is "textlint editor".
Extension Screenshots
Download textlint editor Extension CRX File
Download textlint editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
Official URL | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
Description | textlint editor |
File Size | 648 KB |
Installation Count | 834 |
Current Version | 0.12.6 |
Last Updated | 2021-06-25 |
Publish Date | 2021-04-22 |
Developer | azu |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/textlint/editor |
Help Page URL | https://github.com/textlint/editor |
Supported Languages | 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", " |