音声検索

音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。

What is 音声検索?

音声検索 is a Chrome extension developed by Kunihiro Ando, and its main feature is "音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 音声検索 Extension CRX File

Download 音声検索 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

                        音声検索タブによる
ページ、画像、動画、地図、Youtubeの検索

最後にOKでボタンを押さずに検索スタートします。


各ページの検索ボックスに音声認識ボタンを追加します。
ボタンを押すと音声認識用ウィンドウが開きます。

最後にOKかフォーカスが外れれば音声認識用ウィンドウを閉じます。                    

Extension Basic Information

Name 音声検索 音声検索
ID pnohhijleiaogbhalcblmhfghngnhonj
Official URL https://chromewebstore.google.com/detail/%E9%9F%B3%E5%A3%B0%E6%A4%9C%E7%B4%A2/pnohhijleiaogbhalcblmhfghngnhonj
Description 音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。
File Size 33.58 KB
Installation Count 2,085
Current Version 1.5
Last Updated 2015-04-22
Publish Date 2015-04-22
Rating 4.33/5 Total 12 Ratings
Developer Kunihiro Ando
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u97f3\u58f0\u691c\u7d22",
    "version": "1.5",
    "description": "\u97f3\u58f0\u691c\u7d22\u30bf\u30d6\u3068\u5404\u30da\u30fc\u30b8\u306e\u691c\u7d22\u30dc\u30c3\u30af\u30b9\u306b\u97f3\u58f0\u691c\u7d22\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "\u97f3\u58f0\u691c\u7d22"
    },
    "web_accessible_resources": [
        "load.html",
        "icon32.png"
    ],
    "permissions": [
        "tabs"
    ]
}