RECHECK - Audit HTML Tags and Attributes

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

Cos'è RECHECK - Audit HTML Tags and Attributes?

RECHECK - Audit HTML Tags and Attributes è un'estensione di Chrome sviluppata da Revert.pl, e la sua funzione principale è "Finds any HTML tag and attribute with or without value on any website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione RECHECK - Audit HTML Tags and Attributes

Scarica i file di estensione RECHECK - Audit HTML Tags and Attributes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome RECHECK - Audit HTML Tags and Attributes RECHECK - Audit HTML Tags and Attributes
ID hjgnabmomkchclopbjndnkoijbedbhfe
URL Ufficiale https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe
Descrizione Finds any HTML tag and attribute with or without value on any website.
Dimensione del File 53.37 KB
Conteggio Installazioni 137
Versione Corrente 1.4.5
Ultimo Aggiornamento 2019-07-22
Data di Pubblicazione 2019-07-22
Sviluppatore Revert.pl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://revert.pl/portfolio/chrome-recheck
Lingue Supportate 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"
}