KISS4V_chrome拡張

KISS4Vを使ってWebページを読み上げる拡張機能です。

What is KISS4V_chrome拡張?

KISS4V_chrome拡張 is a Chrome extension developed by bisu, and its main feature is "KISS4Vを使ってWebページを読み上げる拡張機能です。".

Extension Screenshots

screenshot

Download KISS4V_chrome拡張 Extension CRX File

Download KISS4V_chrome拡張 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

                        Webページをボイスロイドに読み上げてもらうことができる拡張機能です。
下記のような目的で利用できます。

・Pixiv小説や青空文庫のような文学作品の読み上げ
・ティラノスクリプトの自動読み上げ
・Gmailの読み上げ                    

Extension Basic Information

Name KISS4V_chrome拡張 KISS4V_chrome拡張
ID ebobjljncahboghpchcidlkdcdhkhbdp
Official URL https://chromewebstore.google.com/detail/kiss4vchrome%E6%8B%A1%E5%BC%B5/ebobjljncahboghpchcidlkdcdhkhbdp
Description KISS4Vを使ってWebページを読み上げる拡張機能です。
File Size 42.94 KB
Installation Count 305
Current Version 1.1.0
Last Updated 2021-03-24
Publish Date 2020-11-19
Rating 4.00/5 Total 1 Ratings
Developer bisu
Email [email protected]
Payment Type free
Extension Website https://biss-git.github.io/Portfolio/
Help Page URL https://biss-git.github.io/Portfolio/
Privacy Policy Page URL https://biss-git.github.io/Portfolio/policy/chromeExtension.html
Supported Languages 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": [
                ""
            ],
            "js": [
                "lib\/axios.min.js",
                "js\/voiceroid.js",
                "js\/content.js"
            ]
        }
    ],
    "commands": {
        "play_page": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "\u30da\u30fc\u30b8\u3092\u8aad\u307f\u4e0a\u3052\u308b"
        },
        "play_range": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "\u9078\u629e\u7bc4\u56f2\u3092\u8aad\u307f\u4e0a\u3052\u308b"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "\u8aad\u307f\u4e0a\u3052\u306e\u505c\u6b62"
        }
    },
    "options_page": "html\/option.html"
}