1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
2016-10-28 18:34:05 +02:00
2016-11-20 23:06:46 +01:00
2016-10-28 18:34:05 +02:00
2016-10-28 18:34:05 +02:00
2016-10-28 18:34:05 +02:00
2016-10-28 18:34:05 +02:00
2016-10-28 20:55:45 +02:00

Binsearch+

This is a Chrome extension which adds a few features to Binsearch, such as:

  • Makes radio button labels clickable
  • Make full row clickable to toggle checkbox
  • planned: Keep search term when switching between basic/advanced search
  • planned: Button "unselect all"
  • planned: Automatically select all entries with the same basename

Compilation

To compile this extension, make sure you have installed the CoffeeScript compiler.

Then just run:

make

It will compile everything and the final extension ends up in the build/ directory.

Installation

To install the extension into your Chrome or Chromium browser, go to MenuToolsExtensions, enable Developer Mode and load the build/ directory using the Load unpacked extension… button.

Distribution

If you want to create a Chrome Extension .crx package, just run:

make crx

It will generate an RSA key if needed and compile everything into a binsearchplus.crx. That file can then be distributed.

Description
Chrome extension for a bit more comfort on Binsearch
Readme 40 KiB
Languages
CoffeeScript 58.6%
Makefile 37.2%
HTML 4.2%