Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

grooves/forkwell_for_chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker status Coverage Status

Chrome Web Store

forkwell_for_chrome

Chrome extention for Forkwell Jobs. If you access a web site managed a company published Forkwell Jobs, this extention shows its job posting.

Setup

create extention

you need to install nodejs for using npm.

$ npm install -g gulp
$ cd ${PROJECT_ROOT}
$ gulp
# => create `dist` directory

Install

production

This Chrome extention is available at the following Chrome Web Store.

https://chrome.google.com/webstore/detail/forkwell-jobs/eiblkhondfefcjdpmpcdmbnadfdgbfgc

development

Drag and drop ${PROJECT_ROOT}/dist directroy into chrome://extensions/ page.

Contributing

If you have a problem, please create an issue or a pull request.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request