gmailjs-node-boilerplate
gmailjs-node-boilerplate copied to clipboard
A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.
### Current behavior: - make changes to extension code - run `build` manually so that the bundle can update ### Change: - add an extra script `dev` - it runs...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/josteink/gmailjs-node-boilerplate). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`^0.16.0` -> `^0.20.0`](https://renovatebot.com/diffs/npm/esbuild/0.16.17/0.20.1) | [](https://docs.renovatebot.com/merge-confidence/)...
I'm following the ReadMe installation instructions for installing the boilerplate. I've ran the npm install and build steps and have loaded the extension into chrome. I've attached my console log....
I'm trying to redistribute https://github.com/dblock/hide-read-categories. What are the changes one needs to do to create a package to publish to the Chrome web store? Zipping up the source doesn't seem...