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 🌏”。
扩展截图
下载Robots TXT & Sitemaps XML Viewer 👀扩展crx文件
下载Robots TXT & Sitemaps XML Viewer 👀扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 👀 |
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": [ " |