SitemapToClipboard

Extract URLs from a sitemap and copy to clipboard

Qu'est-ce que SitemapToClipboard ?

SitemapToClipboard est une extension Chrome développée par leonardvanhemert, et sa fonction principale est "Extract URLs from a sitemap and copy to clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SitemapToClipboard

Téléchargez les fichiers d'extension SitemapToClipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SitemapToClipboard SitemapToClipboard
ID ilephboodpbklhnfckkkcilidgeclfhm
URL Officiel https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm
Description Extract URLs from a sitemap and copy to clipboard
Taille du Fichier 29.23 KB
Nombre d'Installations 2,207
Version Actuelle 3.1.4
Dernière Mise à Jour 2024-02-29
Date de Publication 2023-10-26
Évaluation 2.87/5 Total 15 Évaluations
Développeur leonardvanhemert
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}