textlint editor
textlint editor
Was ist textlint editor?
textlint editor ist eine Chrome-Erweiterung, die von azu entwickelt wurde, und ihr Hauptmerkmal ist "textlint editor".
Erweiterungsscreenshots
textlint editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie textlint editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
| Offizielle URL | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
| Beschreibung | textlint editor |
| Dateigröße | 648 KB |
| Installationsanzahl | 834 |
| Aktuelle Version | 0.12.6 |
| Letztes Update | 2021-06-25 |
| Veröffentlichungsdatum | 2021-04-22 |
| Entwickler | azu |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/textlint/editor |
| Hilfeseite URL | https://github.com/textlint/editor |
| Unterstützte Sprachen | 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",
" | |