Highlight HTML Headings
Vixen Digital tool to highlight HTML headings in a document.
Wat is Highlight HTML Headings?
Highlight HTML Headings is een Chrome-extensie ontwikkeld door Vixen Digital, en de belangrijkste functie is "Vixen Digital tool to highlight HTML headings in a document.".
Extensie Screenshots
Download het CRX-bestand van de extensie Highlight HTML Headings
Download Highlight HTML Headings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Highlight HTML headings on any webpage with one click. Easy and super useful tool for SEO. Find,
,
,
,
&
heading tags.
Basisinformatie over de Extensie
Naam | Highlight HTML Headings |
ID | cmbjlcbcbfemfndhhdjkmfancbcdfigj |
Officiële URL | https://chromewebstore.google.com/detail/highlight-html-headings/cmbjlcbcbfemfndhhdjkmfancbcdfigj |
Beschrijving | Vixen Digital tool to highlight HTML headings in a document. |
Bestandsgrootte | 23.72 KB |
Aantal Installaties | 259 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-06-08 |
Publicatiedatum | 2022-06-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Vixen Digital |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.vixendigital.com |
Help Pagina-URL | https://www.vixendigital.com/seo/how-to-use-headings-for-seo/ |
URL van de Privacybeleid Pagina | https://www.vixendigital.com/privacy-policy |
Ondersteunde Talen | 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" } } |