Robots TXT & Sitemaps XML Viewer 👀

Affiche le contenu des fichiers robots.txt et sitemap.xml d'un site web 🌏

Robots TXT & Sitemaps XML Viewer 👀 क्या है?

Robots TXT & Sitemaps XML Viewer 👀 https://dev-maxime-guinard.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Affiche le contenu des fichiers robots.txt et sitemap.xml d'un site web 🌏"।

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

screenshot
screenshot
screenshot

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

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

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

                        Robots.txt & Sitemaps.xml is a Google Chrome extension that allows you to easily view the contents of a website's robots.txt and sitemap.xml files. The extension displays the content of these files in a user-friendly interface, enabling quick access to key information from these important configuration files for SEO. 🤖

When you click on the extension icon, you can choose between the "Robots.txt" and "Sitemaps.xml" tabs in the popup window header. By selecting the "Robots.txt" tab, you can review the content of the robots.txt file for the current website, which provides instructions for search engine robots' crawling behavior. Choosing the "Sitemaps.xml" tab allows you to view the contents of the sitemap.xml file, listing the website's URLs and facilitating page indexing by search engines. 📃

The extension uses permissions to access active tabs and HTTP requests to retrieve the content of the robots.txt and sitemap.xml files from the visited website. Once the content is retrieved, you can copy it to the clipboard using the provided "Copy" button. 📋

Whether you're an SEO specialist, a web developer, or simply curious about exploring a site's configuration files, My Robots.txt & Sitemaps.xml Extension makes accessing and viewing these important files easy. Install My Robots.txt & Sitemaps.xml Extension today and effortlessly explore the robots.txt and sitemap.xml files of your favorite websites ! 🚀                    

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

नाम Robots TXT & Sitemaps XML Viewer 👀 Robots TXT & Sitemaps XML Viewer 👀
ID bfgmhkkgbpmkhkmhnpekkcbilnoahbmh
आधिकारिक URL https://chromewebstore.google.com/detail/robots-txt-sitemaps-xml-v/bfgmhkkgbpmkhkmhnpekkcbilnoahbmh
विवरण Affiche le contenu des fichiers robots.txt et sitemap.xml d'un site web 🌏
फ़ाइल का आकार 44.41 KB
स्थापना संख्या 144
वर्तमान संस्करण 1.6
अंतिम अपडेट 2024-01-20
प्रकाशन तिथि 2023-07-24
रेटिंग 4.77/5 कुल 13 रेटिंग्स
डेवलपर https://dev-maxime-guinard.fr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dev-maxime-guinard.fr/portfolio/robots-txt-sitemaps-viewer/
सहायता पृष्ठ URL https://dev-maxime-guinard.fr/contact/
गोपनीयता नीति पृष्ठ URL https://maxime-guinard.fr/politique/mentions-legales
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Robots TXT & Sitemaps XML Viewer \ud83d\udc40",
    "version": "1.6",
    "description": "Affiche le contenu des fichiers robots.txt et sitemap.xml d'un site web \ud83c\udf0f",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}