Coder Social home page Coder Social logo

syncmarx-webext's Introduction

syncmarx

What it does

A web extension to synchronize bookmarks between browers. Supports the following features:

  • Works in Firefox, Google Chrome, Vivaldi, and Brave desktop browsers
  • Syncs as a single backup file to Dropbox, Google Drive, or Box
  • Configurable automatic sync

Note that this extension talks to a companion backend app required for initial handshake to third-party APIs called syncmarx-api

How to Build

First make sure you have the latest version of Node.js installed. Then follow the instructions below from within the project directory.

Development

npm install
npm run dev

# Or to auto-rebuild on file changes:
npm run dev-watch

Production

npm install
npm run prod

# Or to auto-rebuild on file changes:
npm run prod-watch

How to Test

You have two options for testing. The first is to simply build the app, and load the directory as an unpacked extension directly from within your browser.

The other way is to run npm run dev-web-ext (or prod-web-ext depending on target environment). This will load the extension into a temporary instance of Firefox for testing.

How to Configure Syncmarx

Follow the on-screen instructions. The app will walk you through the authentication process for a third-party cloud file host (currently Dropbox, Google Drive, or Box). Copy and paste the provided token into the app, and you can start syncing bookmarks.

Known Issues:

  • Currently may not be able to reconcile/sort duplicates within the same folder
  • Will not manage browser-specific bookmark functionality due to Web Extension spec limitations (e.g. Seperators, tags, keywords, description, favicons, etc.)
  • Will not track Firefox's "Other Bookmarks" folder (a.k.a. "Unorganized" bookmarks)
  • Still overall alpha in general so it is recommended to create a backup of your bookmarks before using
  • Microsft Edge support will not be possible until this issue is resolved

syncmarx-webext's People

Contributors

cleod9 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.