Socket
Socket
Sign inDemoInstall

prisma-francis-kuvalis

Package Overview
Dependencies
22
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    prisma-francis-kuvalis

![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/tihawk/browser-extension-boilerplate/dev/webextension-polyfill?style=flat-square) ![GitHub package.json dependency version (dev dep


Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Boilerplate for Web-Extensions

GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (dev dep on branch)

A TypeScript boilerplate for writing browser extensions for Chrome, Firefox and Edge. Uses webpack to build the finished source.

Building

The extension can be built for one of the following browsers at a time: Chrome, Firefox, Edge.

  1. First time after cloning, run npm install
  2. Run npm run build:<browser> where <browser> can be chrome|firefox|edge

The bundled files will be located in the dist/ directory.

Loading into the browser

After having built the extension for the desired browser, you can run it following the appropriate steps.

Chrome

  1. Navigate to chrome://extensions/
  2. Switch to Developer Mode
  3. Load extension by clicking Load unpacked and navigating to the dist/ directory

Firefox

Method 1.
  1. Run in firefox with npm run start:firefox
Method 2.
  1. Navigate to about:debugging#/runtime/this-firefox
  2. Load extension by clicking Load Temporary Add-on and navigating to the dist/ directory

Edge

  1. Navigate to edge://extensions/
  2. Switch to Developer Mode
  3. Load extension by clicking Load unpacked and navigating to the dist/ directory

Licence

FAQs

Last updated on 08 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc