Header Tags Copier

Copy all header tags (h1-h6) to clipboard

Header Tags Copierとは何ですか?

Header Tags Copierはhttps://ac2a.comによって開発されたChromeの拡張機能で、その主な機能は「Copy all header tags (h1-h6) to clipboard」です。

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

screenshot

Header Tags Copier拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Header Tags Copier is a convenient Chrome add-on designed to quickly and effortlessly copy all header tags (h1 to h6) from any webpage you visit. With a simple click of the extension's icon, the add-on extracts header tags along with their respective types (e.g., H1, H2, etc.) and copies them to your clipboard. A notification confirms the successful completion of the process, allowing you to easily paste the copied headers into a text document for further reference or analysis. This user-friendly tool is perfect for content creators, researchers, or anyone who frequently works with web content and wants to streamline their workflow.                    

拡張機能の基本情報

名前 Header Tags Copier Header Tags Copier
ID lghgclalgmdpglinjojjddmlmhlfjaif
公式URL https://chromewebstore.google.com/detail/header-tags-copier/lghgclalgmdpglinjojjddmlmhlfjaif
説明 Copy all header tags (h1-h6) to clipboard
ファイルサイズ 4.6 KB
インストール数 68
現在のバージョン 1.9
最終更新日 2023-03-30
公開日 2023-03-28
開発者 https://ac2a.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.ac2a.com/contact-me/
プライバシーポリシーページのURL https://www.ac2a.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Header Tags Copier",
    "version": "1.9",
    "description": "Copy all header tags (h1-h6) to clipboard",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "notifications"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}