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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |