WebDiff
Simple tool for comparing HTML output
ما هو WebDiff؟
WebDiff هو إضافة Chrome تم تطويرها بواسطة popov654، والميزة الرئيسية لها هي "Simple tool for comparing HTML output".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WebDiff
قم بتنزيل ملفات الامتداد WebDiff بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows to compare HTML output before and after some change in the backend (refactoring etc.) Comparing post-processed HTML (after all JavaScript code is executed) and page visual representation are planned in the future releases
معلومات أساسية عن التمديد
الاسم | WebDiff |
ID | gcghfdgbmddlpmpnnhdihagnhpjjpcdd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/webdiff/gcghfdgbmddlpmpnnhdihagnhpjjpcdd |
الوصف | Simple tool for comparing HTML output |
حجم الملف | 136 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2020-08-01 |
تاريخ النشر | 2020-07-04 |
المطور | popov654 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebDiff", "description": "Simple tool for comparing HTML output", "version": "1.1.5", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "options_page": "options.html", "options_ui": { "open_in_tab": true, "page": "options.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ " |