Ecosyste.ms: Awesome

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

https://github.com/wishlephant/wishlephant-extension

A browser extension for wishlephant
https://github.com/wishlephant/wishlephant-extension

Last synced: 16 days ago
JSON representation

A browser extension for wishlephant

Lists

README

        

# Wishlephant Browser extension

This is the code for the [wishlephant](https://wishlephant.com) browser extension.

- [Install in Firefox](https://addons.mozilla.org/en-US/firefox/addon/wishlephant/?src=search)
- [Install in Chrome](https://chrome.google.com/webstore/detail/wishlephant/jlboplkjmpihnagigadfbghilalnpgkl?hl=de)

Alternatively you can install [this](https://www.icloud.com/shortcuts/d2bc9187df2349a7a1417976dd2b795b)
iOS shortcut or create a bookmark with this link:

```js
javascript: void open('https://wishlephant.com/add_entry?url=' + encodeURIComponent(location.href), '_blank');
```

## Development

To start it in development mode simply run this:

```sh
yarn install
yarn run-firefox # for firefox
yarn run-chrome # for chrome
```

## Release

To build the zip file for publishing in the chrome/firefox stores run
this task:

```sh
yarn release
```