SitemapToClipboard

Extract URLs from a sitemap and copy to clipboard

Co je SitemapToClipboard?

SitemapToClipboard je rozšíření Chrome vyvinuté leonardvanhemert, a jeho hlavní funkcí je „Extract URLs from a sitemap and copy to clipboard“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SitemapToClipboard

Stáhněte si soubory rozšíření SitemapToClipboard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název SitemapToClipboard SitemapToClipboard
ID ilephboodpbklhnfckkkcilidgeclfhm
Oficiální URL https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm
Popis Extract URLs from a sitemap and copy to clipboard
Velikost souboru 29.23 KB
Počet instalací 2,207
Aktuální Verze 3.1.4
Poslední Aktualizace 2024-02-29
Datum Vydání 2023-10-26
Hodnocení 2.87/5 Celkem 15 Hodnocení
Vývojář leonardvanhemert
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}