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文件

下載Humans.txt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}