# takoland-clara-quitzon

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

Latest version **1.0.0** (published 2024-05-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install takoland-clara-quitzon
pnpm add takoland-clara-quitzon
yarn add takoland-clara-quitzon
bun add takoland-clara-quitzon
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2024-05-29 |
| First published | 2024-05-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 21 |
| Unpacked size | 17.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kiril Panayotov Blagoev |
| Maintainers | monteenfiskcookzxz7n3yiyaal |

## Links

- npm: https://www.npmjs.com/package/takoland-clara-quitzon
- npm.io page: https://npm.io/package/takoland-clara-quitzon

## Dependencies (21)

- [web3-eve-cli](https://npm.io/package/web3-eve-cli.md) ^1.0.0
- [calculator-sim](https://npm.io/package/calculator-sim.md) ^1.0.0
- [number-rand-cli](https://npm.io/package/number-rand-cli.md) ^1.2.0
- [round-number-cli](https://npm.io/package/round-number-cli.md) ^1.0.0
- [btuyen-btn-events](https://npm.io/package/btuyen-btn-events.md) ^1.0.1
- [kva-email-service](https://npm.io/package/kva-email-service.md) ^1.2.0
- [boarding_pass_mint](https://npm.io/package/boarding_pass_mint.md) ^0.1.4
- [telegram-assistant](https://npm.io/package/telegram-assistant.md) ^1.1.0
- [urlgithub-to-object](https://npm.io/package/urlgithub-to-object.md) ^1.1.0
- [node-cron-melvin-hills](https://npm.io/package/node-cron-melvin-hills.md) ^1.0.0
- [number-extrarandom-cli](https://npm.io/package/number-extrarandom-cli.md) ^1.1.0
- [urlbitbucket-to-object](https://npm.io/package/urlbitbucket-to-object.md) ^1.0.1
- [webviewer-floyd-schoen](https://npm.io/package/webviewer-floyd-schoen.md) ^1.0.0
- [pdfjs-dist-signature-bt](https://npm.io/package/pdfjs-dist-signature-bt.md) ^2.7.574
- [prisma-alexander-quigley](https://npm.io/package/prisma-alexander-quigley.md) ^1.0.0
- [insutmentation-tracy-simonis](https://npm.io/package/insutmentation-tracy-simonis.md) ^1.0.0
- [react-random-number-generator](https://npm.io/package/react-random-number-generator.md) ^1.2.0
- [node-cron-decorator-emma-smith](https://npm.io/package/node-cron-decorator-emma-smith.md) ^1.0.0
- [signalk-scheduler-devin-graham](https://npm.io/package/signalk-scheduler-devin-graham.md) ^1.0.0
- [node-cron-decorator-joyce-kiehn](https://npm.io/package/node-cron-decorator-joyce-kiehn.md) ^1.0.0
- [simplewebparser-randolph-parker](https://npm.io/package/simplewebparser-randolph-parker.md) ^1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-05-29

## README

# Boilerplate for Web-Extensions
![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 on branch)](https://img.shields.io/github/package-json/dependency-version/tihawk/browser-extension-boilerplate/dev/typescript?style=flat-square) ![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/tihawk/browser-extension-boilerplate/dev/webpack?style=flat-square)

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
<img src="https://img.shields.io/github/license/tihawk/browser-extension-boilerplate?style=flat-square"/>

---
_Source: https://npm.io/package/takoland-clara-quitzon · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
