Humans.txt
Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
Cos'è Humans.txt?
Humans.txt è un'estensione di Chrome sviluppata da Derrick Cohodas, e la sua funzione principale è "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Humans.txt
Scarica i file di estensione Humans.txt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jaenbhfgbnojknlfamceoonhaecoedhk |
| URL Ufficiale | https://chromewebstore.google.com/detail/humanstxt/jaenbhfgbnojknlfamceoonhaecoedhk |
| Descrizione | Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information. |
| Dimensione del File | 58.97 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2013-01-26 |
| Data di Pubblicazione | 2013-01-26 |
| Sviluppatore | Derrick Cohodas |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.humanstxt.org/ |
| Lingue Supportate | 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"
]
}
]
} | |