textlint editor
textlint editor
Hvad er textlint editor?
textlint editor er en Chrome-udvidelse udviklet af azu, og dens hovedfunktion er "textlint editor".
Udvidelsesskærmbilleder
Download textlint editor-udvidelses-CRX-fil
Download textlint editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
Officiel URL | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
Beskrivelse | textlint editor |
Filstørrelse | 648 KB |
Antal Installationer | 834 |
Nuværende Version | 0.12.6 |
Senest Opdateret | 2021-06-25 |
Udgivelsesdato | 2021-04-22 |
Udvikler | azu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/textlint/editor |
Hjælpeside-URL | https://github.com/textlint/editor |
Understøttede Sprog | 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", " |