TinyMan / MinaTop

Extension Chrome pour effectuer une commande groupée sur le site de www.minato91.fr

Home Page:https://chrome.google.com/webstore/detail/minatop/einnipcnkilipeinghiggoigfnahkoag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinaTop

Effectuer une commande groupée sur le site de minato91.fr

Installation

  $ git clone https://github.com/TinyMan/MinaTop.git
  $ cd MinaTop
  $ npm install

Dev mode

First you have to create your firebase configuration: scripts/background/config.ts. Example config:

export const firebase = {
  "projectId": "project-id",
  "apiKey": "your-apikey",
  "authDomain": "project-id.firebaseapp.com"
}
$ npm start

Then go to chrome://extensions, tick 'developper mode' and add unpacked extension > select dist/chrome folder into the root of MinaTop

Usage

  • First step: join a group. Enter your group's name in the browser action popup and hit enter.
  • Second you can go to www.minato91.fr and make your cart.
  • You can then contribute with your cart if there is any ungoing order or you can start an order.

About

Extension Chrome pour effectuer une commande groupée sur le site de www.minato91.fr

https://chrome.google.com/webstore/detail/minatop/einnipcnkilipeinghiggoigfnahkoag


Languages

Language:TypeScript 76.9%Language:JavaScript 18.1%Language:CSS 3.0%Language:HTML 2.0%