textlint editor
textlint editor
ما هو textlint editor؟
textlint editor هو إضافة Chrome تم تطويرها بواسطة azu، والميزة الرئيسية لها هي "textlint editor".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة textlint editor
قم بتنزيل ملفات الامتداد textlint editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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", " |