Humans.txt
Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
Qu'est-ce que Humans.txt ?
Humans.txt est une extension Chrome développée par Derrick Cohodas, et sa fonction principale est "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Humans.txt
Téléchargez les fichiers d'extension Humans.txt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Humans.txt |
ID | jaenbhfgbnojknlfamceoonhaecoedhk |
URL Officiel | https://chromewebstore.google.com/detail/humanstxt/jaenbhfgbnojknlfamceoonhaecoedhk |
Description | Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information. |
Taille du Fichier | 58.97 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-01-26 |
Date de Publication | 2013-01-26 |
Développeur | Derrick Cohodas |
Type de Paiement | free |
Site Web de l'Extension | http://www.humanstxt.org/ |
Langues Prises en Charge | 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" ] } ] } |