Sitemap Parser

Pulls a list of URLs from a sitemap.xml source and copies the list to the clipboard.

Sitemap Parser क्या है?

Sitemap Parser BrNo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pulls a list of URLs from a sitemap.xml source and copies the list to the clipboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sitemap Parser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Clicking on the extension icon when on a sitemap.xml page displays a popup to copy the list of sitemap URLs to the clipboard so that users can paste the list into Microsoft Excel Google Sheets, or a preferred text editor.

Version 1.5 now supports URL extraction from HTML-based sitemaps generated by Yoast and other SEO tools.                    

एक्सटेंशन की मूल जानकारी

नाम Sitemap Parser Sitemap Parser
ID dkifegcdocfkajdmngcklhppafbcddif
आधिकारिक URL https://chromewebstore.google.com/detail/sitemap-parser/dkifegcdocfkajdmngcklhppafbcddif
विवरण Pulls a list of URLs from a sitemap.xml source and copies the list to the clipboard.
फ़ाइल का आकार 14.43 KB
स्थापना संख्या 1,131
वर्तमान संस्करण 1.5
अंतिम अपडेट 2020-09-03
प्रकाशन तिथि 2020-08-18
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर BrNo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sitemap Parser",
    "version": "1.5",
    "description": "Pulls a list of URLs from a sitemap.xml source and copies the list to the clipboard.",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/sp16.png",
            "32": "images\/sp32.png",
            "48": "images\/sp48.png",
            "128": "images\/sp128.png"
        }
    },
    "icons": {
        "16": "images\/sp16.png",
        "32": "images\/sp32.png",
        "48": "images\/sp48.png",
        "128": "images\/sp128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/stackpath.bootstrapcdn.com https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self';",
    "manifest_version": 2
}