Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netvyne/firefoxext
Netvyne Extension – a Firefox extension to leave and read comments on any URL
https://github.com/netvyne/firefoxext
extension extension-firefox react typescript
Last synced: 10 days ago
JSON representation
Netvyne Extension – a Firefox extension to leave and read comments on any URL
- Host: GitHub
- URL: https://github.com/netvyne/firefoxext
- Owner: netvyne
- License: mit
- Created: 2022-01-06T10:28:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T09:18:40.000Z (2 months ago)
- Last Synced: 2024-12-01T13:35:27.618Z (2 months ago)
- Topics: extension, extension-firefox, react, typescript
- Language: TypeScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/netvyne-extension/
- Size: 8.63 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Credible Comments, One Click Away## Quick Links
- [Features](#features)
- [Contributing](#contributing)
- [Download](https://chrome.google.com/webstore/detail/netvyne-extension/hdmpoglhdchngeiefpiaiilfeicjjfap)## Features
- Eliminate the need for account juggling as you visit different sites
- Join in conversation with fellow members of the Netvyne community
- Share pages with your friends, and start a discussion
- Include screenshots natively when sharing with friends
- Get fast, friendly support from the Netvyne team## Development
After checking out the repo run the follow these steps
```shell
export NODE_ENV="production"
$ yarn install
$ npm run build
```## Operating system
Code has been tested on the following operating systems
| Operating System | Version |
|------------------|------------|
| macOS X | \>= 10.9 |
| Windows | \>= v0.12.0 |
| Ubuntu | \>= 12.04 |## Build environment
| Node | \>=v16.13.1 |
|------------------|------------|
| npm | \>= 8.3.0 |## Contributing
If you encounter any issues with the extension, or if there's something you'd like to see added, please open an issue on Github!
Also, if you'd like to contribute code, you're more than welcome to do so! Please make an issue first so that we can discuss and be on the same page.
Note: If you wish to reduce the permissions needed at the cost of eliminating the comment count badge, you should be able to do so by updating the following files:
- `manifest.json` -> remove "tabs" permission
- `component.tsx` -> remove references to "chrome.tabs" (use activeTab instead)---
© 2021-2022 Netvyne, Inc.