Headline Highlighter

Highlight all headlines within the document.

O que é Headline Highlighter?

Headline Highlighter é uma extensão do Chrome desenvolvida por B+D Interactive, e sua principal característica é "Highlight all headlines within the document.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Headline Highlighter

Baixe arquivos de extensão Headline Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

Informações Básicas da Extensão

Nome Headline Highlighter Headline Highlighter
ID lgmojgokdalobakogpaililfoboigkal
URL Oficial https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal
Descrição Highlight all headlines within the document.
Tamanho do Arquivo 47.34 KB
Contagem de Instalações 1,467
Versão Atual 1.0
Última Atualização 2017-08-28
Data de Publicação 2017-08-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor B+D Interactive
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.bplusd-interactive.de/de/datenschutz.html
Idiomas Suportados 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"
    ]
}