textlint editor
textlint editor
Qu'est-ce que textlint editor ?
textlint editor est une extension Chrome développée par azu, et sa fonction principale est "textlint editor".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension textlint editor
Téléchargez les fichiers d'extension textlint editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
URL Officiel | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
Description | textlint editor |
Taille du Fichier | 648 KB |
Nombre d'Installations | 834 |
Version Actuelle | 0.12.6 |
Dernière Mise à Jour | 2021-06-25 |
Date de Publication | 2021-04-22 |
Développeur | azu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/textlint/editor |
URL de la Page d'Aide | https://github.com/textlint/editor |
Langues Prises en Charge | 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", " |