Humans.txt

Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.

Humans.txt란 무엇입니까?

Humans.txt은(는) Derrick Cohodas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information."입니다.

확장 프로그램 스크린샷

screenshot

Humans.txt 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Humans.txt is an initiative for knowing the people behind a website. It's a .TXT file that contains information about the different people who have contributed to building the website. This unobtrusive extension informs you if a site provides a humans.txt file, allowing you to quickly view it. Gain an insight into who is creating the websites you love with this Humans.txt extension today! 

Learn more about Humans.txt at http://humanstxt.org/










This extension is not affiliated with or created by humanstxt.org. All images and text included in this extension are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.                    

확장 프로그램 기본 정보

이름 Humans.txt Humans.txt
ID jaenbhfgbnojknlfamceoonhaecoedhk
공식 URL https://chromewebstore.google.com/detail/humanstxt/jaenbhfgbnojknlfamceoonhaecoedhk
설명 Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
파일 크기 58.97 KB
설치 횟수 24
현재 버전 1.0
최근 업데이트 2013-01-26
출시 날짜 2013-01-26
개발자 Derrick Cohodas
결제 유형 free
확장 프로그램 웹 사이트 http://www.humanstxt.org/
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Humans.txt",
    "description": "Detects and displays Humans.txt information. Visit http:\/\/www.humanstxt.org\/ for more information.",
    "version": "1.0",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "128": "img\/icon128.png",
            "38": "img\/icon38.png",
            "19": "img\/icon19.png"
        },
        "default_title": "Humans.txt",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ]
}