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.
This extension is available to install at the Chrome Web Store.
To install local builds, please refer to the Unpacked extension tests section below.
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
npm test
npm run dev
Then open test.html
in the browser.
Build the unpacked directory:
npm run build
Then install the extension using the following steps:
- Start Chrome.
- Open the Extension Management page by navigating to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the Load unpacked button and select the
dist
directory.
This is not an officially supported Google product.