tetsuok / budoux-extension

Chrome extension that applies phrase-based line breaking and visible phrase boundaries to the current page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Dependencies

BudouX Chrome Extension

This extension applies the phrase-based line breaking or the Japanese Wakachi-gaki style line breaking to the current page.

Please refer to the Chrome Web Store for instructions and screenshots.

This extension uses the BudouX line breaking engine. Please see the BudouX for more details of the engine.

Install

This extension is available to install at the Chrome Web Store.

To install local builds, please refer to the Unpacked extension tests section below.

Development

Build

Install dependencies by:

npm install

Then you can build an unpacked directory by:

npm run build

Or you can build a ZIP file by:

npm run zip

Testing

Unit tests

npm test

Browser tests

npm run dev

Then open test.html in the browser.

Unpacked extension tests

Build the unpacked directory:

npm run build

Then install the extension using the following steps:

  1. Start Chrome.
  2. Open the Extension Management page by navigating to chrome://extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the Load unpacked button and select the dist directory.

Disclaimer

This is not an officially supported Google product.

About

Chrome extension that applies phrase-based line breaking and visible phrase boundaries to the current page.

License:Apache License 2.0


Languages

Language:TypeScript 80.5%Language:HTML 10.2%Language:JavaScript 9.3%