Skip to content

BrowserExtDevelopment/Gmail-Profiler-Extension

Repository files navigation

Gmail Extension

Works for Chrome, Opera, Edge & Firefox.

Run & Installation

Run & Build

  1. Clone the repository git clone https://github.com/Ruby-co/chrome-ext.git
  2. Run npm install or yarn install
  3. Run npm run build or yarn build

Load the extension in Chrome

  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

Load the extension in Firefox

coming soon

Load the extension in Opera

coming soon

Load the extension in Edge

coming soon

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.