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 |
| Eメール | [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"
}
} | |