SitemapToClipboard

Extract URLs from a sitemap and copy to clipboard

SitemapToClipboardคืออะไร?

SitemapToClipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leonardvanhemert และคุณลักษณะหลักของมันคือ "Extract URLs from a sitemap and copy to clipboard"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SitemapToClipboard

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}

ส่วนขยายที่เกี่ยวข้อง