SitemapToClipboard
Extract URLs from a sitemap and copy to clipboard
O que é SitemapToClipboard?
SitemapToClipboard é uma extensão do Chrome desenvolvida por leonardvanhemert, e sua principal característica é "Extract URLs from a sitemap and copy to clipboard".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SitemapToClipboard
Baixe arquivos de extensão SitemapToClipboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | SitemapToClipboard |
ID | ilephboodpbklhnfckkkcilidgeclfhm |
URL Oficial | https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm |
Descrição | Extract URLs from a sitemap and copy to clipboard |
Tamanho do Arquivo | 29.23 KB |
Contagem de Instalações | 2,207 |
Versão Atual | 3.1.4 |
Última Atualização | 2024-02-29 |
Data de Publicação | 2023-10-26 |
Classificação | 2.87/5 Total de 15 Avaliações |
Desenvolvedor | leonardvanhemert |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |