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: 6 days ago
JSON representation
A browser extension for wishlephant
- Host: GitHub
- URL: https://github.com/wishlephant/wishlephant-extension
- Owner: wishlephant
- License: mit
- Created: 2019-12-06T10:48:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:21:02.000Z (5 months ago)
- Last Synced: 2024-08-02T16:44:27.809Z (3 months ago)
- Language: HTML
- Homepage: https://wishlephant.com
- Size: 1.6 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```