SitemapToClipboard
Extract URLs from a sitemap and copy to clipboard
What is SitemapToClipboard?
SitemapToClipboard is a Chrome extension developed by leonardvanhemert, and its main feature is "Extract URLs from a sitemap and copy to clipboard".
Extension Screenshots
Download SitemapToClipboard Extension CRX File
Download SitemapToClipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | SitemapToClipboard |
ID | ilephboodpbklhnfckkkcilidgeclfhm |
Official URL | https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm |
Description | Extract URLs from a sitemap and copy to clipboard |
File Size | 29.23 KB |
Installation Count | 2,207 |
Current Version | 3.1.4 |
Last Updated | 2024-02-29 |
Publish Date | 2023-10-26 |
Rating | 2.87/5 Total 15 Ratings |
Developer | leonardvanhemert |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |