KISS4V_chrome拡張
KISS4Vを使ってWebページを読み上げる拡張機能です。
Hvad er KISS4V_chrome拡張?
KISS4V_chrome拡張 er en Chrome-udvidelse udviklet af bisu, og dens hovedfunktion er "KISS4Vを使ってWebページを読み上げる拡張機能です。".
Udvidelsesskærmbilleder
Download KISS4V_chrome拡張-udvidelses-CRX-fil
Download KISS4V_chrome拡張-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Webページをボイスロイドに読み上げてもらうことができる拡張機能です。 下記のような目的で利用できます。 ・Pixiv小説や青空文庫のような文学作品の読み上げ ・ティラノスクリプトの自動読み上げ ・Gmailの読み上げ
Grundlæggende oplysninger om udvidelsen
Navn | KISS4V_chrome拡張 |
ID | ebobjljncahboghpchcidlkdcdhkhbdp |
Officiel URL | https://chromewebstore.google.com/detail/kiss4vchrome%E6%8B%A1%E5%BC%B5/ebobjljncahboghpchcidlkdcdhkhbdp |
Beskrivelse | KISS4Vを使ってWebページを読み上げる拡張機能です。 |
Filstørrelse | 42.94 KB |
Antal Installationer | 305 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2021-03-24 |
Udgivelsesdato | 2020-11-19 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | bisu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://biss-git.github.io/Portfolio/ |
Hjælpeside-URL | https://biss-git.github.io/Portfolio/ |
URL til Fortrolighedspolitik Side | https://biss-git.github.io/Portfolio/policy/chromeExtension.html |
Understøttede Sprog | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KISS4V_chrome\u62e1\u5f35", "short_name": "KISS4V", "description": "KISS4V\u3092\u4f7f\u3063\u3066Web\u30da\u30fc\u30b8\u3092\u8aad\u307f\u4e0a\u3052\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "author": "\u30d3\u30b9", "version": "1.1.0", "manifest_version": 2, "permissions": [ "contextMenus", "storage" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "lib\/axios.min.js", "js\/voiceroid.js", "js\/background.js" ], "presistent": false }, "content_scripts": [ { "matches": [ " |