KISS4V_chrome拡張
KISS4Vを使ってWebページを読み上げる拡張機能です。
KISS4V_chrome拡張คืออะไร?
KISS4V_chrome拡張 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bisu และคุณลักษณะหลักของมันคือ "KISS4Vを使ってWebページを読み上げる拡張機能です。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KISS4V_chrome拡張
ดาวน์โหลดไฟล์ส่วนขยาย KISS4V_chrome拡張 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Webページをボイスロイドに読み上げてもらうことができる拡張機能です。 下記のような目的で利用できます。 ・Pixiv小説や青空文庫のような文学作品の読み上げ ・ティラノスクリプトの自動読み上げ ・Gmailの読み上げ
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KISS4V_chrome拡張 |
ID | ebobjljncahboghpchcidlkdcdhkhbdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kiss4vchrome%E6%8B%A1%E5%BC%B5/ebobjljncahboghpchcidlkdcdhkhbdp |
คำอธิบาย | KISS4Vを使ってWebページを読み上げる拡張機能です。 |
ขนาดไฟล์ | 42.94 KB |
จำนวนการติดตั้ง | 305 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2021-03-24 |
วันที่เผยแพร่ | 2020-11-19 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | bisu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://biss-git.github.io/Portfolio/ |
URL หน้าช่วยเหลือ | https://biss-git.github.io/Portfolio/ |
URL หน้านโยบายความเป็นส่วนตัว | https://biss-git.github.io/Portfolio/policy/chromeExtension.html |
ภาษาที่รองรับ | 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": [ " |