SitemapToClipboard

Extract URLs from a sitemap and copy to clipboard

什么是SitemapToClipboard?

SitemapToClipboard是由leonardvanhemert开发的Chrome扩展程序,该扩展的主要功能是“Extract URLs from a sitemap and copy to clipboard”。

扩展截图

screenshot

下载SitemapToClipboard扩展crx文件

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

扩展使用说明

                        This Chrome extension is a powerful tool for web developers and SEO professionals. At the click of a button, it retrieves the sitemap of each Web site and filters the URLs to show only the Web pages. It then copies these URLs to your clipboard, ready to be pasted wherever you need them. Whether you need a complete list of your website's pages for auditing, are converting a site, or just want quick access to multiple pages, this extension saves you hours of manual work. Plus, it shows notifications for successes and errors, and these disappear automatically after a few seconds so your desktop doesn't fill up. Install now to take your productivity to the next level!                    

扩展基本信息

名称 SitemapToClipboard SitemapToClipboard
ID ilephboodpbklhnfckkkcilidgeclfhm
官方URL https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm
简介 Extract URLs from a sitemap and copy to clipboard
文件大小 29.23 KB
安装次数 2,207
当前版本 3.1.4
更新时间 2024-02-29
上架时间 2023-10-26
评分 2.87/5 共15次评分
开发者 leonardvanhemert
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SitemapToClipboard",
    "version": "3.1.4",
    "description": "Extract URLs from a sitemap and copy to clipboard",
    "permissions": [
        "clipboardWrite",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}