# budoux-extension **Repository Path**: mirrors_google/budoux-extension ## Basic Information - **Project Name**: budoux-extension - **Description**: Chrome extension that applies phrase-based line breaking and visible phrase boundaries to the current page. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![CI](https://github.com/google/budoux-extension/actions/workflows/ci.yml/badge.svg)](https://github.com/google/budoux-extension/actions/workflows/ci.yml) [![Dependencies](https://badgen.net/github/dependabot/google/budoux-extension)](https://github.com/google/budoux-extension/network/updates) # 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. [BudouX]: https://github.com/google/budoux [Chrome Web Store]: https://chrome.google.com/webstore/detail/budoux/dnonkmkecnbciehcnmhngnihgmenfmph [Wakachi-gaki]: https://ja.wikipedia.org/wiki/%E3%82%8F%E3%81%8B%E3%81%A1%E6%9B%B8%E3%81%8D # 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 [build]: #build Install dependencies by: ```sh npm install ``` Then you can build an unpacked directory by: ```sh npm run build ``` Or you can build a ZIP file by: ```sh npm run zip ``` ## Testing ### Unit tests ```sh npm test ``` ### Browser tests ```sh npm run dev ``` Then open [`test.html`] in the browser. [`test.html`]: tests/test.html ### Unpacked extension tests [Unpacked extension tests]: #unpacked-extension-tests [Build] the unpacked directory: ```sh 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.