RECHECK - Audit HTML Tags and Attributes
Finds any HTML tag and attribute with or without value on any website.
什么是RECHECK - Audit HTML Tags and Attributes?
RECHECK - Audit HTML Tags and Attributes是由Revert.pl开发的Chrome扩展程序,该扩展的主要功能是“Finds any HTML tag and attribute with or without value on any website.”。
扩展截图
下载RECHECK - Audit HTML Tags and Attributes扩展crx文件
下载RECHECK - Audit HTML Tags and Attributes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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`.
扩展基本信息
名称 | RECHECK - Audit HTML Tags and Attributes |
ID | hjgnabmomkchclopbjndnkoijbedbhfe |
官方URL | https://chromewebstore.google.com/detail/recheck-audit-html-tags-a/hjgnabmomkchclopbjndnkoijbedbhfe |
简介 | Finds any HTML tag and attribute with or without value on any website. |
文件大小 | 53.37 KB |
安装次数 | 137 |
当前版本 | 1.4.5 |
更新时间 | 2019-07-22 |
上架时间 | 2019-07-22 |
开发者 | Revert.pl |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://revert.pl/portfolio/chrome-recheck |
支持的语言 | 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" } |