SitemapToClipboard

Extract URLs from a sitemap and copy to clipboard

SitemapToClipboardとは何ですか?

SitemapToClipboardはleonardvanhemertによって開発されたChromeの拡張機能で、その主な機能は「Extract URLs from a sitemap and copy to clipboard」です。

拡張機能のスクリーンショット

screenshot

SitemapToClipboard拡張機能のCRXファイルをダウンロード

SitemapToClipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 SitemapToClipboard SitemapToClipboard
ID ilephboodpbklhnfckkkcilidgeclfhm
公式URL https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm
説明 Extract URLs from a sitemap and copy to clipboard
ファイルサイズ 29.23 KB
インストール数 2,207
現在のバージョン 3.1.4
最終更新日 2024-02-29
公開日 2023-10-26
評価 2.87/5 合計 15 レビュー
開発者 leonardvanhemert
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}