SitemapToClipboard
Extract URLs from a sitemap and copy to clipboard
SitemapToClipboard क्या है?
SitemapToClipboard leonardvanhemert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract URLs from a sitemap and copy to clipboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SitemapToClipboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" } } |