Robots vs Humans

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

Qu'est-ce que Robots vs Humans ?

Robots vs Humans est une extension Chrome développée par wrakky, et sa fonction principale est "Displays the robots.txt and humans.txt for any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Robots vs Humans

Téléchargez les fichiers d'extension Robots vs Humans au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Robots vs Humans Robots vs Humans
ID fjnhgpnnokcbcfbopenblmpncpaljfbk
URL Officiel https://chromewebstore.google.com/detail/robots-vs-humans/fjnhgpnnokcbcfbopenblmpncpaljfbk
Description Displays the robots.txt and humans.txt for any website.
Taille du Fichier 203 KB
Nombre d'Installations 844
Version Actuelle 1.0.6
Dernière Mise à Jour 2014-09-01
Date de Publication 2014-09-01
Évaluation 4.70/5 Total 23 Évaluations
Développeur wrakky
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blarg.co.uk/tools/robots-vs-humans
URL de la Page d'Aide https://github.com/wrakky/chrome-robots-vs-humans/issues
Langues Prises en Charge 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'"
}