Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpbm/getfavicons

A firefox addon to get favicons from your tabs
https://github.com/dpbm/getfavicons

addon css download extension favicon favicons firefox html js mozilla web

Last synced: 15 days ago
JSON representation

A firefox addon to get favicons from your tabs

Awesome Lists containing this project

README

        

# Get Favicons

![Screenshot](./assets/screenshot.png)

Download favicons from your tabs

## Install

go to [firefox addons page](https://addons.mozilla.org/en-US/firefox/addon/getfavicons/)

## Dev
To run as dev, install [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/) and then run:
```
web-ext run
```

Or, open firefox and go to `about:debugging#/runtime/this-firefox`, click in `Load Temporary Add-on...` and select any file from this extension.

## Build

To build by your own, download [web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/), create and account at [mozilla addons](https://addons.mozilla.org), create an [api key](https://addons.mozilla.org/developers/addon/api/key/) and then run:

```
web-ext build
web-ext sign --api-key=your-api-key --api-secret=your-secret-key
```