Taskolio Webextension v0.7.2

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
This is a client for an experimental window/tab/editor bookmarking app at https://github.com/asutherland/taskolio. It requires the taskolio server to be running on localhost and will bidirectionally communicate about active and open tabs.

This is an experimental client for the experimental window/browser tab/editor buffer bookmarking program at https://github.com/asutherland/taskolio. The interface currently requires use of hardware MIDI/DJ controllers and a separate node.js server to be running locally on your machine. Information about your tabs will be sent to the local server running on a hard-coded port including their titles.

The extension now also has the ability to "bookmark" specific DOM elements in a tab by their id, allowing the controller to assign a hardware button to push buttons/links in a tab. This is intended to support previous-track, play/pause, and next-track buttons in streaming music services. A session-persisted per-tab permission model is used, so that the node.js controller server is only able to cause clicks to occur on DOM elements identified by id's that the user has explicitly bookmarked via a context menu.

You probably only want to consider this if you want to hack on the project too.