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
官方網址 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"
    }
}