Humans.txt
Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
Humans.txt क्या है?
Humans.txt Derrick Cohodas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Humans.txt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |