KISS4V_chrome拡張
KISS4Vを使ってWebページを読み上げる拡張機能です。
Vad är KISS4V_chrome拡張?
KISS4V_chrome拡張 är en Chrome-tillägg utvecklad av bisu, och dess huvudfunktion är "KISS4Vを使ってWebページを読み上げる拡張機能です。".
Tilläggsskärmbilder
Ladda ner KISS4V_chrome拡張-förlängningens CRX-fil
Ladda ner KISS4V_chrome拡張-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Webページをボイスロイドに読み上げてもらうことができる拡張機能です。 下記のような目的で利用できます。 ・Pixiv小説や青空文庫のような文学作品の読み上げ ・ティラノスクリプトの自動読み上げ ・Gmailの読み上げ
Grundläggande Information om Tillägg
Namn | KISS4V_chrome拡張 |
ID | ebobjljncahboghpchcidlkdcdhkhbdp |
Officiell webbadress | https://chromewebstore.google.com/detail/kiss4vchrome%E6%8B%A1%E5%BC%B5/ebobjljncahboghpchcidlkdcdhkhbdp |
Beskrivning | KISS4Vを使ってWebページを読み上げる拡張機能です。 |
Filstorlek | 42.94 KB |
Antal Installationer | 305 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2021-03-24 |
Publiceringsdatum | 2020-11-19 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | bisu |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://biss-git.github.io/Portfolio/ |
Hjälpsida URL | https://biss-git.github.io/Portfolio/ |
URL till Sekretesspolicy Sidan | https://biss-git.github.io/Portfolio/policy/chromeExtension.html |
Stödda Språk | 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": [ " |