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" ] } ] } |