FeeJai / tind3r-chrome-extension

Chrome Extension for tind3r.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Tind3r.com Chrome Extension

This extension takes responsibility for communication with Tinder API. Needed for tind3r.com

##Developing extension

  1. Clone the repository.
  2. Install yarn: npm install -g yarn.
  3. Run yarn.
  4. Run npm run start
  5. Load your extension on Chrome following:
  6. Access chrome://extensions/
  7. Check Developer mode
  8. Click on Load unpacked extension
  9. Select the build folder.
  10. Play with with it!

##Structure All your extension's development code must be placed in src folder, including the extension manifest.

##Packing After the development of your extension run the command

$ NODE_ENV=production npm run build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store..


Rafał Leśniak

About

Chrome Extension for tind3r.com

License:MIT License


Languages

Language:JavaScript 98.7%Language:HTML 1.3%