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 |
官方網址 | 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" } |