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`. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |