InboxSDK https://www.inboxsdk.com/docs/
Material UI https://material-ui.com/
Gmail API
Live-reload https://github.com/xpl/crx-hotreload
ES6, ES5, Webpack, Moment.js
Comfortable styles import
- Clone the repository
https://github.com/WebExp0528/Timely-Gmail-Extension.git
- Run
npm install
oryarn install
- Run
npm run build
oryarn build
Note: You can download build file
- Open Chrome/Opera browser and navigate to chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose to
./dev/chrome
or > (./dev/opera
)
- Open Firefox browser and navigate to about:debugging
- Click "Load Temporary Add-on" and from the file browser, choose >>
./dev/firefox
https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/adding-and-removing-extensions>
The following tasks can be used when you want to start developing the extension and want to enable live reload -
npm run watch-dev
oryarn watch-dev
Run
npm run build
oryarn build
to create a zipped, production-ready extension for each browser. You can then upload that to the app store.