Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.24 KB

File metadata and controls

42 lines (27 loc) · 1.24 KB

Internshala Plus Chrome Extension

Internshala Plus extension allows you to -

  1. See the Required Skills and # of internships right in the internship card.

  2. Search and filter internships by any keyword.

  3. Sort By stipend or # of internships.

Installation

Install it from the Chrome Web Store.

Screenshots

screenshot 2

screenshot 3

screenshot 4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

How to Develop Locally

  1. Check if your Node.js version is >= 6.
  2. Clone the repository.
  3. cd into the repository.
  4. Run npm install.
  5. Run npm run start
  6. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  7. Happy contributing!!