Robots vs Humans

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

O que é Robots vs Humans?

Robots vs Humans é uma extensão do Chrome desenvolvida por wrakky, e sua principal característica é "Displays the robots.txt and humans.txt for any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Robots vs Humans

Baixe arquivos de extensão Robots vs Humans no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Robots vs Humans Robots vs Humans
ID fjnhgpnnokcbcfbopenblmpncpaljfbk
URL Oficial https://chromewebstore.google.com/detail/robots-vs-humans/fjnhgpnnokcbcfbopenblmpncpaljfbk
Descrição Displays the robots.txt and humans.txt for any website.
Tamanho do Arquivo 203 KB
Contagem de Instalações 844
Versão Atual 1.0.6
Última Atualização 2014-09-01
Data de Publicação 2014-09-01
Classificação 4.70/5 Total de 23 Avaliações
Desenvolvedor wrakky
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://blarg.co.uk/tools/robots-vs-humans
URL da Página de Ajuda https://github.com/wrakky/chrome-robots-vs-humans/issues
Idiomas Suportados 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'"
}