https://github.com/hacknlove/crowdference-browser-extension
plugin to find out custom links between web pages, and to create new ones
https://github.com/hacknlove/crowdference-browser-extension
Last synced: over 1 year ago
JSON representation
plugin to find out custom links between web pages, and to create new ones
- Host: GitHub
- URL: https://github.com/hacknlove/crowdference-browser-extension
- Owner: hacknlove
- Created: 2019-06-01T07:26:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:05:02.000Z (over 3 years ago)
- Last Synced: 2025-01-08T20:51:02.027Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://crowdference.org
- Size: 1.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crowdference Browser Extension
https://crowdference.org is a site that allows share custom links between any two web pages. This plugin make it easy to view what pages are custom-linked with the page on the current tab, and to link it with any page on the other tabs.
## Description
Have you ever miss some links in any web page?
Would you like to complete the usability of a website linking it with some other webs that add more information about the topic?
Don't be great to link the fakenews pages with those links who clarify the information?
I do, and that's the reason I have created crowdference, the website and the pluging.
I hope you enjoy it, and feel free to give me feedback or help me with the code.
## Install
### Firefox
https://addons.mozilla.org/en-US/firefox/addon/crowdference/
### Chrome
https://chrome.google.com/webstore/detail/crowdference/jbopfnfbbjplhhghgnhhemhihcfkclbb?hl=es
## Development
```
git clone https://github.com/hacknlove/crowdference-browser-extension.git
cd crowdference-browser-extension
npm install
npm run dev # or watch
```
### Build
```
npm install
npm build
```
## Related repositories:
* https://github.com/hacknlove/crowdference
* https://github.com/hacknlove/crowdference-rest
* https://github.com/hacknlove/crowdference-dev-environment