robots.txt viewer

look into a robots.txt file on websites with a single click.

什么是robots.txt viewer?

robots.txt viewer是由https://robots-viewer.com开发的Chrome扩展程序,该扩展的主要功能是“look into a robots.txt file on websites with a single click.”。

扩展截图

screenshot

下载robots.txt viewer扩展crx文件

下载robots.txt viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Inspect the source of every robots.txt file from the current website in your browser and display the content directly. With robots.txt caching, privacy settings and public robots.txt file archive.

:: Full changelog
https://www.robots-viewer.com/changelog

:: Public stats
https://www.robots-viewer.com/statistics                    

扩展基本信息

名称 robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
官方URL https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
简介 look into a robots.txt file on websites with a single click.
文件大小 33.32 KB
安装次数 3,055
当前版本 1.6.1
更新时间 2022-05-24
上架时间 2019-06-19
评分 4.71/5 共7次评分
开发者 https://robots-viewer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.robots-viewer.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "author": "Nico Hemkes",
    "name": "robots.txt viewer",
    "short_name": "robots.txt",
    "description": "look into a robots.txt file on websites with a single click.",
    "homepage_url": "https:\/\/www.robots-viewer.com\/",
    "version": "1.6.1",
    "action": {
        "browser_style": true,
        "default_title": "robots.txt viewer",
        "default_icon": "img\/icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.robots-viewer.com\/"
    ]
}