Robots vs Humans

Displays the robots.txt and humans.txt for any website.

什么是Robots vs Humans?

Robots vs Humans是由wrakky开发的Chrome扩展程序,该扩展的主要功能是“Displays the robots.txt and humans.txt for any website.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Robots vs Humans扩展crx文件

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

扩展使用说明

                        Displays the robots.txt and humans.txt file for any website.

Warning: Robots and humans living side by side will inevitably end up fighting. You can view the fight from this extension but just hope you are on the winning side!

More information about each file format can be found at:
humans.txt - http://humanstxt.org/
robots.txt - http://www.robotstxt.org/                    

扩展基本信息

名称 Robots vs Humans Robots vs Humans
ID fjnhgpnnokcbcfbopenblmpncpaljfbk
官方URL https://chromewebstore.google.com/detail/robots-vs-humans/fjnhgpnnokcbcfbopenblmpncpaljfbk
简介 Displays the robots.txt and humans.txt for any website.
文件大小 203 KB
安装次数 844
当前版本 1.0.6
更新时间 2014-09-01
上架时间 2014-09-01
评分 4.70/5 共23次评分
开发者 wrakky
电子邮箱 [email protected]
付费类型 free
扩展官网 http://blarg.co.uk/tools/robots-vs-humans
帮助页面URL https://github.com/wrakky/chrome-robots-vs-humans/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}