Humans.txt

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

Humans.txt là gì?

Humans.txt là một tiện ích mở rộng Chrome được phát triển bởi Derrick Cohodas, và tính năng chính của nó là "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Humans.txt

Tải xuống các tệp mở rộng Humans.txt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Humans.txt Humans.txt
ID jaenbhfgbnojknlfamceoonhaecoedhk
URL Chính Thức https://chromewebstore.google.com/detail/humanstxt/jaenbhfgbnojknlfamceoonhaecoedhk
Mô tả Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
Kích Thước Tệp 58.97 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-01-26
Ngày Phát Hành 2013-01-26
Nhà Phát Triển Derrick Cohodas
Loại Thanh Toán free
Trang Web Mở Rộng http://www.humanstxt.org/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}