Highlight HTML Headings
Vixen Digital tool to highlight HTML headings in a document.
Qu'est-ce que Highlight HTML Headings ?
Highlight HTML Headings est une extension Chrome développée par Vixen Digital, et sa fonction principale est "Vixen Digital tool to highlight HTML headings in a document.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Highlight HTML Headings
Téléchargez les fichiers d'extension Highlight HTML Headings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Highlight HTML headings on any webpage with one click. Easy and super useful tool for SEO. Find,
,
,
,
&
heading tags.
Informations de Base sur l'Extension
Nom | Highlight HTML Headings |
ID | cmbjlcbcbfemfndhhdjkmfancbcdfigj |
URL Officiel | https://chromewebstore.google.com/detail/highlight-html-headings/cmbjlcbcbfemfndhhdjkmfancbcdfigj |
Description | Vixen Digital tool to highlight HTML headings in a document. |
Taille du Fichier | 23.72 KB |
Nombre d'Installations | 259 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-06-08 |
Date de Publication | 2022-06-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Vixen Digital |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.vixendigital.com |
URL de la Page d'Aide | https://www.vixendigital.com/seo/how-to-use-headings-for-seo/ |
URL de la Page de Politique de Confidentialité | https://www.vixendigital.com/privacy-policy |
Langues Prises en Charge | 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" } } |