Headline Highlighter

Highlight all headlines within the document.

Qu'est-ce que Headline Highlighter ?

Headline Highlighter est une extension Chrome développée par B+D Interactive, et sa fonction principale est "Highlight all headlines within the document.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Headline Highlighter

Téléchargez les fichiers d'extension Headline Highlighter 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

                        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.

Informations de Base sur l'Extension

Nom Headline Highlighter Headline Highlighter
ID lgmojgokdalobakogpaililfoboigkal
URL Officiel https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal
Description Highlight all headlines within the document.
Taille du Fichier 47.34 KB
Nombre d'Installations 1,467
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-28
Date de Publication 2017-08-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur B+D Interactive
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.bplusd-interactive.de/de/datenschutz.html
Langues Prises en Charge 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"
    ]
}