Highlight HTML Headings
Vixen Digital tool to highlight HTML headings in a document.
Vad är Highlight HTML Headings?
Highlight HTML Headings är en Chrome-tillägg utvecklad av Vixen Digital, och dess huvudfunktion är "Vixen Digital tool to highlight HTML headings in a document.".
Tilläggsskärmbilder
Ladda ner Highlight HTML Headings-förlängningens CRX-fil
Ladda ner Highlight HTML Headings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Highlight HTML headings on any webpage with one click. Easy and super useful tool for SEO. Find,
,
,
,
&
heading tags.
Grundläggande Information om Tillägg
Namn | Highlight HTML Headings |
ID | cmbjlcbcbfemfndhhdjkmfancbcdfigj |
Officiell webbadress | https://chromewebstore.google.com/detail/highlight-html-headings/cmbjlcbcbfemfndhhdjkmfancbcdfigj |
Beskrivning | Vixen Digital tool to highlight HTML headings in a document. |
Filstorlek | 23.72 KB |
Antal Installationer | 259 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-06-08 |
Publiceringsdatum | 2022-06-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Vixen Digital |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.vixendigital.com |
Hjälpsida URL | https://www.vixendigital.com/seo/how-to-use-headings-for-seo/ |
URL till Sekretesspolicy Sidan | https://www.vixendigital.com/privacy-policy |
Stödda Språk | 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" } } |