RECHECK - Audit HTML Tags and Attributes

Finds any HTML tag and attribute with or without value on any website.

ما هو RECHECK - Audit HTML Tags and Attributes؟

RECHECK - Audit HTML Tags and Attributes هو إضافة Chrome تم تطويرها بواسطة Revert.pl، والميزة الرئيسية لها هي "Finds any HTML tag and attribute with or without value on any website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RECHECK - Audit HTML Tags and Attributes

قم بتنزيل ملفات الامتداد RECHECK - Audit HTML Tags and Attributes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        HTML audit tool for SEO and UX optimization.

E.g. finds `title` attribute values in every `a` tag and all `a` tags with missing `title` attribute:

HTML: `Anchor | Link without title`
Result: `Random text`.
Missing: `Link without title`.                    

معلومات أساسية عن التمديد

الاسم RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
عنوان URL الرسمي https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
الوصف Finds any HTML tag and attribute with or without value on any website.
حجم الملف 53.37 KB
عدد التثبيتات 137
النسخة الحالية 1.4.5
آخر تحديث 2019-07-22
تاريخ النشر 2019-07-22
المطور Revert.pl
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://revert.pl/portfolio/chrome-recheck
اللغات المدعومة en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.4.5",
    "author": "[email protected]",
    "icons": {
        "128": "icons\/icon-html5-pure-128.png",
        "48": "icons\/icon-html5-pure-48.png",
        "16": "icons\/icon-html5-pure-16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-html5-pure-19.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}