e02207d005 | ||
---|---|---|
.githooks | ||
.github | ||
public | ||
src | ||
webpack | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
LICENSE | ||
PRIVACY_POLICY.txt | ||
README.md | ||
babel.config.js | ||
jest.config.js | ||
jest.setup.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
tsconfig.json |
README.md
Fedishare
Share the current tab on the fediverse.
Get the extension TODO
Gecko
Firefox Browser Add-ons | Trisquel Web Browser Add-ons |
---|---|
Blink
Chrome Web Store | Opera addons |
---|---|
Features
Simplest add-on for the fediverse. Share web pages right from the toolbar button.
Supported services/protocols:
- Diaspora
- Friendica
- Gnusocial
- Hubzilla / Zap
- Lemmy
- Mastodon / Misskey
- Pleroma
- Socialhome
- XMPP
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
Gecko
- Mozilla Firefox 59 (or higher)
Install all dependencies: npm i
Development
Chrome
- Dev:
npm run app:chrome-dev
- Production:
npm run app:chrome
Edge
- Dev:
npm run app:edge-dev
- Production:
npm run app:edge
Firefox
- Dev:
npm run app:firefox-dev
- Production:
npm run app:firefox
Load package to browsers
- Go to the browser's URL address bar
In Chrome:
2. Enter chrome://extensions
In Edge:
2. Enter edge://extensions
In Firefox:
2. Enter about:debugging#/runtime/this-firefox
In Chrome and Edge:
3. Turn on "Developer mode"
4. Load extension by clicking "Load unpacked"
5. Browse to dist/
in source code.
In 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
Set all css custom in: public/styles.css
. The main.css
is generated in dist
.
Donations
Bitcoins: bc1qf7v8zty2yz8phulet29wcpxjclvffn5w6ry43w
Ethereum: 0xca2FD9C3834694E2cB3db3bf79b3AfB083bA6732
License
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/>.