SendBouyomiChan
選択した文字列を棒読みちゃんに転送します。
Wat is SendBouyomiChan?
SendBouyomiChan is een Chrome-extensie ontwikkeld door toshi, en de belangrijkste functie is "選択した文字列を棒読みちゃんに転送します。".
Extensie Screenshots
Download het CRX-bestand van de extensie SendBouyomiChan
Download SendBouyomiChan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ウェブページ上の文字列を文字列選択コンテキストメニューから棒読みちゃんへ転送します。転送した文字列を棒読みちゃんが朗読してくれます。
本拡張機能を使用するためには、ローカル環境で以下の作業が必要になります。
1. 棒読みちゃんを起動しておく(Ver0.1.11.0 Beta21+)
2. アプリケーション連携機能(HTTP連携)を有効にする
3. HTTP連携のポート番号(50080)を変更しない
※v0.2.0より「棒読みちゃん用のWebSocket受付プラグイン」から「アプリケーション連携機能」に移行しました。以前からご利用の方は棒読みちゃんの設定見直しをお願いします。
Firefox版
https://addons.mozilla.org/firefox/addon/sendbouyomichan/ Basisinformatie over de Extensie
| Naam | |
| ID | cmjameebkhkaglicheijlnbggdmhoppe |
| Officiële URL | https://chromewebstore.google.com/detail/sendbouyomichan/cmjameebkhkaglicheijlnbggdmhoppe |
| Beschrijving | 選択した文字列を棒読みちゃんに転送します。 |
| Bestandsgrootte | 17.27 KB |
| Aantal Installaties | 269 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2022-09-11 |
| Publicatiedatum | 2018-12-07 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | toshi |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.bugbugnow.net/ |
| Ondersteunde Talen | 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"
]
} | |