Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BrowserExtDevelopment/Timely-Gmail-Extension


https://github.com/BrowserExtDevelopment/Timely-Gmail-Extension

chrome chrome-extension cross-browser edge express extension firefox firefox-extension gmail-api node opera react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Timely Gmail Extension(Chrome, Firefox, Opera, Edge)

## Features

> - **_InboxSDK _**
>
> - **_Material UI _**
>
> - **_Gmail API_**
>
> - **_Live-reload _**
>
> - **_ES6, ES5, Webpack, Moment.js_**
>
> - **_Comfortable styles import_**

## Run & Installation

> ### Run & Build
>
> > 1. Clone the repository `https://github.com/WebExp0528/Timely-Gmail-Extension.git`
> > 2. Run `npm install` or `yarn install`
> > 3. Run `npm run build` or `yarn build`
> >
> > Note: You can [download](https://github.com/WebExp0528/React-Extension-Boilerplate/releases/latest) build file
>
> ### Load the extension in Chrome & Opera
>
> > 1. Open Chrome/Opera browser and navigate to chrome://extensions
> > 2. Select "Developer Mode" and then click "Load unpacked extension..."
> > 3. From the file browser, choose to `./dev/chrome`
> > or > (`./dev/opera`)
>
> ### Load the extension in Firefox
>
> > 1. Open Firefox browser and navigate to about:debugging
> > 2. Click "Load Temporary Add-on" and from the file browser, choose >>`./dev/firefox`
>
> ### Load the extension in Edge
>
> > adding-and-removing-extensions>

## Developing

> The following tasks can be used when you want to start developing the extension
> and want to enable live reload -
> `npm run watch-dev` or `yarn watch-dev`

## Packaging

> Run `npm run build` or `yarn build` to create a zipped,
> production-ready extension for each browser.
> You can then upload that to the app store.