textlint editor
textlint editor
Что такое textlint editor?
textlint editor - это расширение Chrome, разработанное azu, и его основная функция - "textlint editor".
Снимки экрана расширения
Скачать файл CRX расширения textlint editor
Скачайте файлы расширений textlint editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | textlint editor |
ID | gfhlfpnpjokocfohicmfbgjneiipfeil |
Официальный URL | https://chromewebstore.google.com/detail/textlint-editor/gfhlfpnpjokocfohicmfbgjneiipfeil |
Описание | textlint editor |
Размер файла | 648 KB |
Количество установок | 834 |
Текущая Версия | 0.12.6 |
Последнее Обновление | 2021-06-25 |
Дата публикации | 2021-04-22 |
Разработчик | azu |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/textlint/editor |
URL страницы помощи | https://github.com/textlint/editor |
Поддерживаемые языки | 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", " |