1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2025-08-14 17:17:03 +02:00
2016-12-31 12:56:27 +01:00
2017-03-18 14:49:53 +01:00
2019-06-05 19:15:39 +02:00
2021-10-01 20:20:03 +02:00
2021-10-01 18:38:19 +02:00
2016-12-31 12:56:27 +01:00
2020-11-15 09:33:21 +01:00
2019-07-22 19:36:20 +02:00
2020-11-15 09:33:21 +01:00

SCs Currency Converter

Currency Converter for Firefox

https://addons.mozilla.org/firefox/addon/scscurrencyconverter/

Development

Requirements:

Install

To install the project's dependencies:

npm install

Start

During development use:

npm start

This will build a develpment version of the scripts in the dist folder, and starts webpack in watch mode.

In an other terminal/console:

npm run run:web-ext

This opens a clean Firefox with the addon installed. Every time a script is modified, the addon will be reloaded.

Build

To build the addon, use:

npm run build

This will build a production version of the scripts in the dist folder, and packages them into a zip file in the build folder.

Description
SCs Currency Converter
Readme GPL-2.0 930 KiB
Languages
JavaScript 95.5%
CSS 2.4%
HTML 2.1%