Header Tags Copier

Copy all header tags (h1-h6) to clipboard

Header Tags Copier क्या है?

Header Tags Copier https://ac2a.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy all header tags (h1-h6) to clipboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Header Tags Copier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}