Humans.txt
Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
Humans.txtคืออะไร?
Humans.txt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derrick Cohodas และคุณลักษณะหลักของมันคือ "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Humans.txt
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |