Headline Highlighter

Highlight all headlines within the document.

Wat is Headline Highlighter?

Headline Highlighter is een Chrome-extensie ontwikkeld door B+D Interactive, en de belangrijkste functie is "Highlight all headlines within the document.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Headline Highlighter

Download Headline Highlighter-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

                        Highlights all headlines (

...

tags) on the current page. The headlines will get a hint with the tag name. This extension can be used to visualize the headlines for quick SEO testing.

Basisinformatie over de Extensie

Naam Headline Highlighter Headline Highlighter
ID lgmojgokdalobakogpaililfoboigkal
Officiële URL https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal
Beschrijving Highlight all headlines within the document.
Bestandsgrootte 47.34 KB
Aantal Installaties 1,467
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-28
Publicatiedatum 2017-08-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar B+D Interactive
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.bplusd-interactive.de/de/datenschutz.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headline Highlighter",
    "description": "Highlight all headlines within the document.",
    "version": "1.0",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}