Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
ما هو Word Wrap Checker؟
Word Wrap Checker هو إضافة Chrome تم تطويرها بواسطة Nikolai Belikov، والميزة الرئيسية لها هي "This extension can help you check HTML blocks for issues with long words, phrases, or big images.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Wrap Checker
قم بتنزيل ملفات الامتداد Word Wrap Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
1. Open any website. 2. Click on the extension's button. 3. Adjust the parameters and click on the "Check" button. To reset all changes, refresh the page.
معلومات أساسية عن التمديد
الاسم | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
الوصف | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
حجم الملف | 29.33 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 2.2.1 |
آخر تحديث | 2023-07-02 |
تاريخ النشر | 2019-04-22 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Nikolai Belikov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/nikbelikov/word-wrap-checker |
عنوان صفحة المساعدة | https://github.com/nikbelikov/word-wrap-checker |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Word Wrap Checker", "version": "2.2.1", "description": "This extension can help you check HTML blocks for issues with long words, phrases, or big images.", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Word Wrap Checker", "default_icon": "icon.png", "default_popup": "popup.html" } } |