SitemapToClipboard
Extract URLs from a sitemap and copy to clipboard
¿Qué es SitemapToClipboard?
SitemapToClipboard es una extensión de Chrome desarrollada por leonardvanhemert, y su función principal es "Extract URLs from a sitemap and copy to clipboard".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SitemapToClipboard
Descarga archivos de extensión SitemapToClipboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | SitemapToClipboard |
ID | ilephboodpbklhnfckkkcilidgeclfhm |
URL Oficial | https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm |
Descripción | Extract URLs from a sitemap and copy to clipboard |
Tamaño del Archivo | 29.23 KB |
Cantidad de Instalaciones | 2,207 |
Versión Actual | 3.1.4 |
Última Actualización | 2024-02-29 |
Fecha de Publicación | 2023-10-26 |
Calificación | 2.87/5 Total de 15 Calificaciones |
Desarrollador | leonardvanhemert |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |