All Projects â†’ WebCrateApp â†’ browser-extension

WebCrateApp / browser-extension

Licence: MIT license
Add links to WebCrate via a browser extension

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to browser-extension

awesome-bookmarking
🔖 Everything bookmarking related
Stars: ✭ 56 (+124%)
Mutual labels:  bookmarks, bookmarks-manager
browzica
Use browzica to keep track of your bookmarks
Stars: ✭ 18 (-28%)
Mutual labels:  bookmarks, bookmarks-manager
shiori
Shiori is a simple bookmark manager
Stars: ✭ 66 (+164%)
Mutual labels:  bookmarks, bookmarks-manager
Bookmark-Manager
This is a modified and restored version of the extension 'Bookmark Manager' by Google.
Stars: ✭ 50 (+100%)
Mutual labels:  bookmarks, bookmarks-manager
Shaarli
The personal, minimalist, super-fast, database free, bookmarking service - community repo
Stars: ✭ 2,583 (+10232%)
Mutual labels:  bookmarks, bookmarks-manager
Chrome Bookmarks Alfred Workflow
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
Stars: ✭ 241 (+864%)
Mutual labels:  bookmarks
benotes
An open source self hosted notes and bookmarks taking web app.
Stars: ✭ 260 (+940%)
Mutual labels:  bookmarks
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters đŸē
Stars: ✭ 210 (+740%)
Mutual labels:  bookmarks
Bookmarks
🔖 ⭐ī¸ Collection of public dev bookmarks, shared with ❤ī¸ from www.bookmarks.dev
Stars: ✭ 181 (+624%)
Mutual labels:  bookmarks
fleeg-platform
Fleeg is a free and open source platform to index and search pages.
Stars: ✭ 21 (-16%)
Mutual labels:  bookmarks
almanacs
A recipe for everything 🗒ī¸
Stars: ✭ 47 (+88%)
Mutual labels:  bookmarks
webmarks
remoteStorage-enabled bookmarking app
Stars: ✭ 65 (+160%)
Mutual labels:  bookmarks-manager
bookmarks
在įēŋäšĻį­žįŽĄį†įŗģįģŸ
Stars: ✭ 19 (-24%)
Mutual labels:  bookmarks-manager
zfm
Zsh Fuzzy Marks
Stars: ✭ 51 (+104%)
Mutual labels:  bookmarks
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+772%)
Mutual labels:  bookmarks
poku
Sync pocket bookmarks to buku
Stars: ✭ 45 (+80%)
Mutual labels:  bookmarks
Awesome Devtools
🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
Stars: ✭ 184 (+636%)
Mutual labels:  bookmarks
pocket-cli
Interactive terminal app for Pocket - read it later / bookmark application by @mozilla - https://getpocket.com/
Stars: ✭ 30 (+20%)
Mutual labels:  bookmarks
bookmark
Save your favourite URLs from the comfort of your terminal and open them quickly in the browser.
Stars: ✭ 65 (+160%)
Mutual labels:  bookmarks
time-capsule
A WebExtension to send links to your future self
Stars: ✭ 27 (+8%)
Mutual labels:  bookmarks

đŸ’ģ🌍 WebCrate Extension

Chrome/Firefox Browser extension for WebCrate

🔮 Website - 📚 Docs - 🐞 Issues


👋 Introduction

This repo contains the browser extension for both Chrome and Firefox. It is build with Vue.js and uses the WebCrate API to add new links.

🚀 Installation

You can get the extension from the respective store for (Chrome and Firefox) 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/ in your browser and enable developer mode. Click on "Load unpacked" and select the dist folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].