Coder Social home page Coder Social logo

bbt's Introduction

BoD's Bookmark Tool

This very small and simple extension for Chrome and Firefox allows you to synchronize any bookmark folder with a remote file.

Ideal to share a bunch of bookmarks with your team at work, or your loved ones!

Setup

Remote file format

The remote file can either be RSS, Atom, or a proprietary "bookmarks" JSON format.

The "bookmarks" JSON format looks like this:

{
  "version": 1,
  "bookmarks": [
    {
      "title": "Bookmark 1",
      "url": "https://JRAF.org"
    },
    {
      "title": "Folder 1",
      "bookmarks": [
        {
          "title": "Bookmark 1 in folder 1",
          "url": "https://google.com"
        },
        {
          "title": "Bookmark 2 in folder 1",
          "url": "https://microsoft.com"
        }
      ]
    }
  ]
}

How to build from source

  • This is Kotlin/JS project
  • You will need a version of the JDK on your system
  • After cloning this repository, issue this command: ./gradlew dist
  • This will compile and package the plugin, and the resulting bbt-<version>.zip file will be in the build/distributions folder

License

Copyright 2020-present Benoit "BoD" Lubek [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

bbt's People

Contributors

bod avatar

Stargazers

Martin Bonnin avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

bbt's Issues

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.