Skip to content

dstillman/first-mention

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

First Mention

First Mention is a browser extension and bookmarklet that quickly shows you the sentence in which a name first appeared in the article you’re reading.

Screenshot

See the website for more info and installation instructions.

Development

To build from source:

  1. git clone --recursive https://github.com/dstillman/first-mention
  2. cd first-mention
  3. npm install
  4. ./build -p b -d

This will produce debug builds for Chrome and Firefox in dist/. Run ./build for other options.

If you have grunt installed, you can run grunt watch to automatically rebuild the extension (and, on macOS, reload it in Chrome) when you change a file.

Tests

npm test

You can pass options to mocha after -- (e.g., npm test -- -b to bail on error).

Acknowledgements

License

First Mention is released under the GPLv3. Pull requests welcome!

About

A browser extension that reminds you who people are in the articles you’re reading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published