Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozillasocial/fedifox-webextension
A Mastodon client built as a Web Extension for Firefox and Chrome
https://github.com/mozillasocial/fedifox-webextension
chrome chrome-extension fediverse firefox firefox-addon mastodon social
Last synced: 5 days ago
JSON representation
A Mastodon client built as a Web Extension for Firefox and Chrome
- Host: GitHub
- URL: https://github.com/mozillasocial/fedifox-webextension
- Owner: MozillaSocial
- License: mpl-2.0
- Created: 2024-03-08T15:38:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T00:50:52.000Z (8 months ago)
- Last Synced: 2024-04-22T12:21:50.948Z (8 months ago)
- Topics: chrome, chrome-extension, fediverse, firefox, firefox-addon, mastodon, social
- Language: JavaScript
- Homepage:
- Size: 857 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# FediFox
FediFox is a Mastodon client built as a Web Extension for Firefox and Chrome. With FediFox, you can see the home feed, create new posts, share URLs, reblog, boost, and more.
## Nightly
If you want to test the dev edition of FediFox, you can download the nightly release from the [build](https://github.com/MozillaSocial/fedifox-webextension/actions/workflows/build.yaml) GitHub action.
## How to install
1. Install the dependencies, `npm install`
2. Run the web extension, `npm run dev`
This command uses `web-ext run` internally. To change the default settings of web-ext, read [here](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#web-ext_run).## How to build
1. Install the dependencies, `npm install`
2. `npm run build`## Contributing
See the [guidelines][contributing-link] for contributing to this project.
This project is governed by a [Code Of Conduct][coc-link].
Please see our [security][security-link] documentation to disclose a potential security vulnerability.
## [License][license-link]
This web extension is licensed under the [Mozilla Public License, version 2.0][license-link].
[contributing-link]: docs/contributing.md
[coc-link]: docs/code_of_conduct.md
[security-link]: docs/SECURITY.md
[license-link]: /LICENSE