SendBouyomiChan

選択した文字列を棒読みちゃんに転送します。

What is SendBouyomiChan?

SendBouyomiChan is a Chrome extension developed by toshi, and its main feature is "選択した文字列を棒読みちゃんに転送します。".

Extension Screenshots

screenshot

Download SendBouyomiChan Extension CRX File

Download SendBouyomiChan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ウェブページ上の文字列を文字列選択コンテキストメニューから棒読みちゃんへ転送します。転送した文字列を棒読みちゃんが朗読してくれます。

本拡張機能を使用するためには、ローカル環境で以下の作業が必要になります。
1. 棒読みちゃんを起動しておく(Ver0.1.11.0 Beta21+)
2. アプリケーション連携機能(HTTP連携)を有効にする
3. HTTP連携のポート番号(50080)を変更しない

※v0.2.0より「棒読みちゃん用のWebSocket受付プラグイン」から「アプリケーション連携機能」に移行しました。以前からご利用の方は棒読みちゃんの設定見直しをお願いします。

Firefox版
https://addons.mozilla.org/firefox/addon/sendbouyomichan/                    

Extension Basic Information

Name SendBouyomiChan SendBouyomiChan
ID cmjameebkhkaglicheijlnbggdmhoppe
Official URL https://chromewebstore.google.com/detail/sendbouyomichan/cmjameebkhkaglicheijlnbggdmhoppe
Description 選択した文字列を棒読みちゃんに転送します。
File Size 17.27 KB
Installation Count 269
Current Version 0.2.0
Last Updated 2022-09-11
Publish Date 2018-12-07
Rating 4.00/5 Total 1 Ratings
Developer toshi
Email [email protected]
Payment Type free
Extension Website https://www.bugbugnow.net/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SendBouyomiChan",
    "description": "\u9078\u629e\u3057\u305f\u6587\u5b57\u5217\u3092\u68d2\u8aad\u307f\u3061\u3083\u3093\u306b\u8ee2\u9001\u3057\u307e\u3059\u3002",
    "version": "0.2.0",
    "author": "toshi",
    "homepage_url": "https:\/\/www.bugbugnow.net\/",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ]
}