An open API service indexing awesome lists of open source software.

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

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