RECHECK - Audit HTML Tags and Attributes

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

Co je RECHECK - Audit HTML Tags and Attributes?

RECHECK - Audit HTML Tags and Attributes je rozšíření Chrome vyvinuté Revert.pl, a jeho hlavní funkcí je „Finds any HTML tag and attribute with or without value on any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RECHECK - Audit HTML Tags and Attributes

Stáhněte si soubory rozšíření RECHECK - Audit HTML Tags and Attributes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
Oficiální URL https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
Popis Finds any HTML tag and attribute with or without value on any website.
Velikost souboru 53.37 KB
Počet instalací 137
Aktuální Verze 1.4.5
Poslední Aktualizace 2019-07-22
Datum Vydání 2019-07-22
Vývojář Revert.pl
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://revert.pl/portfolio/chrome-recheck
Podporované Jazyky 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"
}