Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WebCrateApp/browser-extension
Add links to WebCrate via a browser extension
https://github.com/WebCrateApp/browser-extension
bookmarks bookmarks-manager
Last synced: 3 months ago
JSON representation
Add links to WebCrate via a browser extension
- Host: GitHub
- URL: https://github.com/WebCrateApp/browser-extension
- Owner: WebCrateApp
- License: mit
- Created: 2021-07-24T08:44:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T06:48:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:44:05.462Z (6 months ago)
- Topics: bookmarks, bookmarks-manager
- Language: JavaScript
- Homepage: https://webcrate.app
- Size: 2.85 MB
- Stars: 51
- Watchers: 3
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- project-awesome - WebCrateApp/browser-extension - Add links to WebCrate via a browser extension (JavaScript)
README
# 💻🌍 WebCrate Extension
Chrome/Firefox Browser extension for WebCrate
[🔮 Website](https://webcrate.app) - [📚 Docs](https://webcrate.app/docs) - [🐞 Issues](https://github.com/WebCrateApp/feedback)
## 👋 Introduction
This repo contains the browser extension for both Chrome and Firefox. It is build with Vue.js and uses the [WebCrate API](https://webcrate.app/docs/api) to add new links.
## 🚀 Installation
You can get the extension from the respective store for ([Chrome](https://chrome.google.com/webstore/detail/webcrate-browser-extensio/hfioihmgjcjdepficckgginjciabkndc) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/webcrate/)) or build the extension manually (see below).
After the extension is installed successfully it will open the settings page where you have to paste the URL of your WebCrate instance.
## 📚 Usage
Click the WebCrate logo in your toolbar and add a new link to your WebCrate instance. You can also use the keyboard shortcut (`Alt+Shift+L` by default) to open the popup.
## 🔨 Building the extension manually
Clone the repo:
```
git clone https://github.com/WebCrateApp/browser-extension
```Change directory:
```
cd browser-extension
```Install dependencies:
```
npm install
```Build extension:
```
npm run build
```Then, go to [chrome://extensions/](chrome://extensions/) in your browser and enable developer mode. Click on "Load unpacked" and select the dist folder.