Headline Highlighter

Highlight all headlines within the document.

What is Headline Highlighter?

Headline Highlighter is a Chrome extension developed by B+D Interactive, and its main feature is "Highlight all headlines within the document.".

Extension Screenshots

screenshot

Download Headline Highlighter Extension CRX File

Download Headline Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.

Extension Basic Information

Name Headline Highlighter Headline Highlighter
ID lgmojgokdalobakogpaililfoboigkal
Official URL https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal
Description Highlight all headlines within the document.
File Size 47.34 KB
Installation Count 1,467
Current Version 1.0
Last Updated 2017-08-28
Publish Date 2017-08-28
Rating 5.00/5 Total 1 Ratings
Developer B+D Interactive
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.bplusd-interactive.de/de/datenschutz.html
Supported Languages 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"
    ]
}