Skip to content

alanmarcos/utilitools

Repository files navigation

Utilitools 1.1.0

Gerador de dados estáticos para o Google Chrome INSTALL

dependencies Status devDependencies Status

Installing and Running

Procedures:

  1. Check if your Node.js version is >= 10.13.
  2. Clone this repository.
  3. Run npm install to install the dependencies.
  4. Run npm start
  5. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  6. Happy hacking.

Intelligent Code Completion

This boilerplate supports chrome-specific intelligent code completion using @types/chrome. For example:

intellisense

Packing

After the development of your extension run the command

$ NODE_ENV=production npm run build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.

Resources:


Alan Marcos | Website

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published