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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Affiche le contenu des fichiers robots.txt et sitemap.xml d'un site web 🌏"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Robots TXT & Sitemaps XML Viewer 👀 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}