HTML Copy

Copy or Export to file the HTML of a page with options to ignore certain elements.

什么是HTML Copy?

HTML Copy是由https://alexbobes.com开发的Chrome扩展程序,该扩展的主要功能是“Copy or Export to file the HTML of a page with options to ignore certain elements.”。

扩展截图

screenshot

下载HTML Copy扩展crx文件

下载HTML Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Effortlessly Capture Web Page Structures with "HTML Copy"

Ever found yourself wanting a clean snapshot of a webpage's structure without all the extra elements? Dive into "HTML Copy" – your ultimate tool for isolating the essence of any website. Tailored for developers, designers, and web enthusiasts, this extension offers a streamlined approach to capturing web page content.

Key Features:

Selective Cloning: Customize what you capture! Choose to ignore common elements like nav, header, footer, aside, or even img tags. Focus solely on the content that matters to you.

Custom Element Ignoring: Every website is unique, and so are your preferences. Got specific elements you'd rather not see? Fine-tune your ignore list directly from the user-friendly popup.

Enhanced Export Options: Once you've got the cleaned HTML, decide how you want it. Copy directly to your clipboard for instant access or export as a neatly named text file based on the webpage's URL.

Experience the web in a new light, free from unnecessary distractions. Install "HTML Copy" today and elevate your web browsing and development journey!                    

扩展基本信息

名称 HTML Copy HTML Copy
ID mkneclfoofncoidopgeiphnjnpcjelia
官方URL https://chromewebstore.google.com/detail/html-copy/mkneclfoofncoidopgeiphnjnpcjelia
简介 Copy or Export to file the HTML of a page with options to ignore certain elements.
文件大小 12.37 KB
安装次数 69
当前版本 1.0.2
更新时间 2023-10-03
上架时间 2023-10-03
评分 5.00/5 共1次评分
开发者 https://alexbobes.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://alexbobes.com/contact/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML Copy",
    "version": "1.0.2",
    "description": "Copy or Export to file the HTML of a page with options to ignore certain elements.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}