Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BrowserExtDevelopment/Timely-Gmail-Extension
- Owner: BrowserExtDevelopment
- Created: 2020-12-08T12:41:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:04:31.000Z (about 2 years ago)
- Last Synced: 2023-03-05T05:55:56.589Z (almost 2 years ago)
- Topics: chrome, chrome-extension, cross-browser, edge, express, extension, firefox, firefox-extension, gmail-api, node, opera, react
- Language: JavaScript
- Size: 3.58 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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.