Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpbm/getfavicons
- Owner: Dpbm
- Created: 2022-09-21T16:37:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T16:15:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T21:43:30.847Z (3 months ago)
- Topics: addon, css, download, extension, favicon, favicons, firefox, html, js, mozilla, web
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/getfavicons/
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```