Skip to content

BrowserExtDevelopment/Timely-Gmail-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

Features

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 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

https://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/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.