Il più semplice add-on Firefox per il fediverso. Condividi pagine web direttamente dal pulsante della barra degli strumenti. Servizi/protocolli supportati: Mastodon, Misskey, Hubzilla, Friendica, Socialhome, Lemmy, Pleroma e altri
Go to file
mickie 45dc01349d Fix CSS style in options page. 2022-01-14 02:08:47 -06:00
.githooks Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
public Fix CSS style in options page. 2022-01-14 02:08:47 -06:00
src Fix CSS style in options page. 2022-01-14 02:08:47 -06:00
webpack Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
.eslintrc.json Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
.gitignore Update .gitignore 2022-01-13 00:47:57 -06:00
.prettierignore Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
.prettierrc.json Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
LICENSE update version 2.1.1 2020-01-22 23:27:41 -06:00
PRIVACY_POLICY.txt Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
README.md Update Supported services/protocols section. 2022-01-13 20:43:38 -06:00
babel.config.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
jest.config.js Remove contributors, fix README and jest.config.js 2021-08-20 18:39:54 -05:00
jest.setup.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
package.json Update version and permissions in manifest.json 2022-01-13 21:26:55 -06:00
postcss.config.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
tailwind.config.js Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00
tsconfig.json Rewritten the entire app to TS 2021-08-17 23:57:59 -05:00

README.md

jest code style: prettier PRs Welcome

img Fedishare

Share the current tab on the fediverse.

Get the extension

Firefox Add-ons Trisquel Add-ons
img img

Features

Simplest add-on for the fediverse. Share web pages right from the toolbar button.

Supported services/protocols:

Contributing

You can contribute in the following ways:

  • Finding and reporting bugs.
  • Contributing code to the project by fixing bugs or implementing features.

Bug reports

Bug reports and feature suggestions can be submitted to Gitlab Issues. Please make sure that you are not submitting duplicates, and that a similar report or request has not already been resolved or rejected in the past using the search function. Please also use descriptive, concise titles.

Pull request

Please use clean, concise titles for your pull requests.

Build

This project uses the Web Extension Boilerplate.

Prerequisites

  • Mozilla-based browser: 59 (or higher)

Install all dependencies: npm i

Development

  • Dev: npm run app:dev
  • Production: npm run app:dist

Load package to browsers

  1. Go to the browser's URL address bar
  2. Enter about:debugging#/runtime/this-firefox
  3. Click Load Temporary Add-on...
  4. Browse to your manifest.json & click Open

CSS

tailwindcss is the framework used for this project.

  • Dev: npm run style-dev
  • Production: npm run style-dist

Set all css custom in: public/styles.css. The main.css is generated in dist.

Donations

If you like the stuff I make and are financially able please consider donating. Your support allows me to dedicate more time to this and other FOSS projects :D

Buy Me a Coffee at ko-fi.com

img

Bitcoin BTC: TODO

Ethereum ETH: TODO

License

Large GPLv3 logo with “Free as in Freedom”

Copyright (C) 2019-2021 Miguel (aka mickie) <millet@tuta.io>
This file is part of Fedishare.
Fedishare is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.