RECHECK - Audit HTML Tags and Attributes

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

Hvad er RECHECK - Audit HTML Tags and Attributes?

RECHECK - Audit HTML Tags and Attributes er en Chrome-udvidelse udviklet af Revert.pl, og dens hovedfunktion er "Finds any HTML tag and attribute with or without value on any website.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download RECHECK - Audit HTML Tags and Attributes-udvidelses-CRX-fil

Download RECHECK - Audit HTML Tags and Attributes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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`.                    

Grundlæggende oplysninger om udvidelsen

Navn RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
Officiel URL https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
Beskrivelse Finds any HTML tag and attribute with or without value on any website.
Filstørrelse 53.37 KB
Antal Installationer 137
Nuværende Version 1.4.5
Senest Opdateret 2019-07-22
Udgivelsesdato 2019-07-22
Udvikler Revert.pl
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://revert.pl/portfolio/chrome-recheck
Understøttede Sprog 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"
}