Humans.txt

Show humans.txt for the current website, if it exists (see http://humanstxt.org)

Τι είναι το Humans.txt;

Το Humans.txt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://player.fm, και η κύρια λειτουργία του είναι "Show humans.txt for the current website, if it exists (see http://humanstxt.org)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Humans.txt

Λήψη αρχείων επέκτασης Humans.txt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Humans.txt is a new standard in use by Google, Flickr, and many grassroots web developers. It's a way to recognize the humans who made a website, and the tools they used.

This extension shows an icon in the address bar for sites using humans.txt, so you can discover it's available. Click on the icon to see the humans.txt file. Try it on http://humanstxt.org or http://google.com for example.

Extension by Michael Mahemoff, Player FM (http://player.fm) and originally created while at Google.

Update Jan 17, 2013
- Updated to use Chrome Manifest v2
- Supports https, with thanks to Starkov matmuchrapna (https://github.com/matmuchrapna) for the patch
- Ensure min width and text wrapping
- Improve footer

Update June 26, 2011
Now using official humans.txt logo, and some other internal updates.

Update March 31, 2011
Thanks for all your Twitter feedback since I launched this yesterday! The tool now filters for "text/plain" content types, which will remove a few false positives. It also now checks for humans only once per origin, instead of on every page load, and will respect port numbers too.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Humans.txt Humans.txt
ID pocdghmbbodjiclginddlaimdaholhfk
Επίσημο URL https://chromewebstore.google.com/detail/humanstxt/pocdghmbbodjiclginddlaimdaholhfk
Περιγραφή Show humans.txt for the current website, if it exists (see http://humanstxt.org)
Μέγεθος Αρχείου 53.77 KB
Αριθμός Εγκαταστάσεων 414
Τρέχουσα Έκδοση 1.4.5
Τελευταία Ενημέρωση 2013-01-17
Ημερομηνία Δημοσίευσης 2013-01-17
Αξιολόγηση 4.26/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής https://player.fm
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://player.fm
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Humans.txt",
    "description": "Show humans.txt for the current website, if it exists (see http:\/\/humanstxt.org)",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "1.4.5",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "parseUri.js",
            "humans.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_title": "See humans.txt",
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}