HEX – Heading extractor

Simply extract and copy all h2 and h3 headings from the current tab.

HEX – Heading extractorとは何ですか?

HEX – Heading extractorはflgznによって開発されたChromeの拡張機能で、その主な機能は「Simply extract and copy all h2 and h3 headings from the current tab.」です。

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

screenshot

HEX – Heading extractor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With HEX you no longer need to copy & paste headings while doing SEO research. Extract all h2 and h3 headings from the current tab and copy to clipboard with just one click.                    

拡張機能の基本情報

名前 HEX – Heading extractor HEX – Heading extractor
ID foonnjgdldfnhfplmfnmpooccafkglkl
公式URL https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl
説明 Simply extract and copy all h2 and h3 headings from the current tab.
ファイルサイズ 22.78 KB
インストール数 429
現在のバージョン 1.0.1
最終更新日 2023-01-27
公開日 2023-01-23
評価 5.00/5 合計 2 レビュー
開発者 flgzn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HEX \u2013 Heading extractor",
    "version": "1.0.1",
    "description": "Simply extract and copy all h2 and h3 headings from the current tab.",
    "manifest_version": 3,
    "author": "Florian Goertzen",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Heading extractor (h2, h3)"
    },
    "icons": {
        "16": "heading-extractor-16.png",
        "48": "heading-extractor-48.png",
        "128": "heading-extractor-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite"
    ]
}