Headline Highlighter

Highlight all headlines within the document.

Headline Highlighterとは何ですか?

Headline HighlighterはB+D Interactiveによって開発されたChromeの拡張機能で、その主な機能は「Highlight all headlines within the document.」です。

拡張機能のスクリーンショット

screenshot

Headline Highlighter拡張機能のCRXファイルをダウンロード

Headline Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.

拡張機能の基本情報

名前 Headline Highlighter Headline Highlighter
ID lgmojgokdalobakogpaililfoboigkal
公式URL https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal
説明 Highlight all headlines within the document.
ファイルサイズ 47.34 KB
インストール数 1,467
現在のバージョン 1.0
最終更新日 2017-08-28
公開日 2017-08-28
評価 5.00/5 合計 1 レビュー
開発者 B+D Interactive
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.bplusd-interactive.de/de/datenschutz.html
対応言語 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"
    ]
}