RECHECK - Audit HTML Tags and Attributes
Finds any HTML tag and attribute with or without value on any website.
¿Qué es RECHECK - Audit HTML Tags and Attributes?
RECHECK - Audit HTML Tags and Attributes es una extensión de Chrome desarrollada por Revert.pl, y su función principal es "Finds any HTML tag and attribute with or without value on any website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión RECHECK - Audit HTML Tags and Attributes
Descarga archivos de extensión RECHECK - Audit HTML Tags and Attributes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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`. Información Básica de la Extensión
| Nombre | |
| ID | hjgnabmomkchclopbjndnkoijbedbhfe |
| URL Oficial | https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe |
| Descripción | Finds any HTML tag and attribute with or without value on any website. |
| Tamaño del Archivo | 53.37 KB |
| Cantidad de Instalaciones | 137 |
| Versión Actual | 1.4.5 |
| Última Actualización | 2019-07-22 |
| Fecha de Publicación | 2019-07-22 |
| Desarrollador | Revert.pl |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://revert.pl/portfolio/chrome-recheck |
| Idiomas Soportados | 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"
} | |