RECHECK - Audit HTML Tags and Attributes
Finds any HTML tag and attribute with or without value on any website.
Qu'est-ce que RECHECK - Audit HTML Tags and Attributes ?
RECHECK - Audit HTML Tags and Attributes est une extension Chrome développée par Revert.pl, et sa fonction principale est "Finds any HTML tag and attribute with or without value on any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RECHECK - Audit HTML Tags and Attributes
Téléchargez les fichiers d'extension RECHECK - Audit HTML Tags and Attributes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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`.
Informations de Base sur l'Extension
Nom | RECHECK - Audit HTML Tags and Attributes |
ID | hjgnabmomkchclopbjndnkoijbedbhfe |
URL Officiel | https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe |
Description | Finds any HTML tag and attribute with or without value on any website. |
Taille du Fichier | 53.37 KB |
Nombre d'Installations | 137 |
Version Actuelle | 1.4.5 |
Dernière Mise à Jour | 2019-07-22 |
Date de Publication | 2019-07-22 |
Développeur | Revert.pl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://revert.pl/portfolio/chrome-recheck |
Langues Prises en Charge | 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" } |