RECHECK - Audit HTML Tags and Attributes
Finds any HTML tag and attribute with or without value on any website.
Wat is RECHECK - Audit HTML Tags and Attributes?
RECHECK - Audit HTML Tags and Attributes is een Chrome-extensie ontwikkeld door Revert.pl, en de belangrijkste functie is "Finds any HTML tag and attribute with or without value on any website.".
Extensie Screenshots
Download het CRX-bestand van de extensie RECHECK - Audit HTML Tags and Attributes
Download RECHECK - Audit HTML Tags and Attributes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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`. Basisinformatie over de Extensie
| Naam | |
| ID | hjgnabmomkchclopbjndnkoijbedbhfe |
| Officiële URL | https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe |
| Beschrijving | Finds any HTML tag and attribute with or without value on any website. |
| Bestandsgrootte | 53.37 KB |
| Aantal Installaties | 137 |
| Huidige Versie | 1.4.5 |
| Laatst Bijgewerkt | 2019-07-22 |
| Publicatiedatum | 2019-07-22 |
| Ontwikkelaar | Revert.pl |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://revert.pl/portfolio/chrome-recheck |
| Ondersteunde Talen | 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"
} | |