Robots vs Humans

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

Robots vs Humans क्या है?

Robots vs Humans wrakky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the robots.txt and humans.txt for any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Robots vs Humans एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}