Highlight HTML Headings
Vixen Digital tool to highlight HTML headings in a document.
什么是Highlight HTML Headings?
Highlight HTML Headings是由Vixen Digital开发的Chrome扩展程序,该扩展的主要功能是“Vixen Digital tool to highlight HTML headings in a document.”。
扩展截图
下载Highlight HTML Headings扩展crx文件
下载Highlight HTML Headings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Highlight HTML headings on any webpage with one click. Easy and super useful tool for SEO. Find , , , , & heading tags.
扩展基本信息
| 名称 | |
| ID | cmbjlcbcbfemfndhhdjkmfancbcdfigj |
| 官方URL | https://chromewebstore.google.com/detail/highlight-html-headings/cmbjlcbcbfemfndhhdjkmfancbcdfigj |
| 简介 | Vixen Digital tool to highlight HTML headings in a document. |
| 文件大小 | 23.72 KB |
| 安装次数 | 259 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-06-08 |
| 上架时间 | 2022-06-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Vixen Digital |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.vixendigital.com |
| 帮助页面URL | https://www.vixendigital.com/seo/how-to-use-headings-for-seo/ |
| 隐私政策页面URL | https://www.vixendigital.com/privacy-policy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Highlight HTML Headings",
"description": "Vixen Digital tool to highlight HTML headings in a document.",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/assets\/images\/logo-16w.png",
"32": "\/assets\/images\/logo-32w.png",
"48": "\/assets\/images\/logo-48w.png",
"128": "\/assets\/images\/logo-128w.png"
}
},
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"16": "\/assets\/images\/logo-16w.png",
"32": "\/assets\/images\/logo-32w.png",
"48": "\/assets\/images\/logo-48w.png",
"128": "\/assets\/images\/logo-128w.png"
}
} | |