SitemapToClipboard

Extract URLs from a sitemap and copy to clipboard

Cos'è SitemapToClipboard?

SitemapToClipboard è un'estensione di Chrome sviluppata da leonardvanhemert, e la sua funzione principale è "Extract URLs from a sitemap and copy to clipboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SitemapToClipboard

Scarica i file di estensione SitemapToClipboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SitemapToClipboard SitemapToClipboard
ID ilephboodpbklhnfckkkcilidgeclfhm
URL Ufficiale https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm
Descrizione Extract URLs from a sitemap and copy to clipboard
Dimensione del File 29.23 KB
Conteggio Installazioni 2,207
Versione Corrente 3.1.4
Ultimo Aggiornamento 2024-02-29
Data di Pubblicazione 2023-10-26
Valutazione 2.87/5 Totale 15 Valutazioni
Sviluppatore leonardvanhemert
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}