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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}