textlint editor
textlint editor
Cos'è textlint editor?
textlint editor è un'estensione di Chrome sviluppata da azu, e la sua funzione principale è "textlint editor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione textlint editor
Scarica i file di estensione textlint editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
URL Ufficiale | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
Descrizione | textlint editor |
Dimensione del File | 648 KB |
Conteggio Installazioni | 834 |
Versione Corrente | 0.12.6 |
Ultimo Aggiornamento | 2021-06-25 |
Data di Pubblicazione | 2021-04-22 |
Sviluppatore | azu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/textlint/editor |
URL della Pagina di Aiuto | https://github.com/textlint/editor |
Lingue Supportate | 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", " |