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
官方網址 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
電子郵箱 [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"
    ]
}