SitemapToClipboard
Extract URLs from a sitemap and copy to clipboard
SitemapToClipboard là gì?
SitemapToClipboard là một tiện ích mở rộng Chrome được phát triển bởi leonardvanhemert, và tính năng chính của nó là "Extract URLs from a sitemap and copy to clipboard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SitemapToClipboard
Tải xuống các tệp mở rộng SitemapToClipboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SitemapToClipboard |
ID | ilephboodpbklhnfckkkcilidgeclfhm |
URL Chính Thức | https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm |
Mô tả | Extract URLs from a sitemap and copy to clipboard |
Kích Thước Tệp | 29.23 KB |
Số Lần Cài Đặt | 2,207 |
Phiên Bản Hiện Tại | 3.1.4 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2023-10-26 |
Đánh Giá | 2.87/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | leonardvanhemert |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |