Skip to content

joachimesque/humanstxt-webextension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humans.txt WebExtension

This is a port of Michael Mahemoff’s Chrome extension Humans.txt (Chrome Web Store link : Humans.txt) to the new Firefox-compatible WebExtension format, with a couple of improvements.

Installation :

What it does :

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.

Humans.txt

The extension displays an icon in the address bar (Firefox, Opera) or the toolbar (Google Chrome), when the domain for the website loaded in the active tab hosts a humans.txt file.

Users can click on the icon to see the humans.txt file.

Plain text links and Twitter handles are turned to links to facilitate navigation. Basic Markdown is accepted, and standard-compatible titles are more or less supported.

How to install the extension for testing purposes :

First off, download the repository or clone it on your computer.

Mozilla Firefox

  • Tools > Add-ons… (or about:addons)
  • Click on the cog button (Add-on tools) and select Debug Add-ons (or type about:debugging#addons in address bar)
  • Click Load Temporary Add-on
  • Select the file named manifest.json in the project‘s folder

Google Chrome

  • Toolbar menu > More Tools > Extensions (or type chrome://extensions/ in the menu bar)
  • Enable Developer Mode
  • Click Load unpackaged extension
  • Select the project’s folder

Licensing

This code is released under MIT License.

Autolinker.js was released under MIT License.

Markdown.js was released under Mozilla Public License 2.0

webextensions-lib-l10n was released under MIT License.

Sourse Code Pro was released under SIL Open Font License.

The Humans.txt Icon is released under Creative Commons BY-NC-SA License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.4%
  • HTML 23.4%
  • CSS 6.2%