音声検索

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

音声検索란 무엇입니까?

音声検索은(는) Kunihiro Ando에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

音声検索 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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


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

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

확장 프로그램 기본 정보

이름 音声検索 音声検索
ID pnohhijleiaogbhalcblmhfghngnhonj
공식 URL https://chromewebstore.google.com/detail/%E9%9F%B3%E5%A3%B0%E6%A4%9C%E7%B4%A2/pnohhijleiaogbhalcblmhfghngnhonj
설명 音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。
파일 크기 33.58 KB
설치 횟수 2,085
현재 버전 1.5
최근 업데이트 2015-04-22
출시 날짜 2015-04-22
평점 4.33/5 총 12 개의 평점
개발자 Kunihiro Ando
결제 유형 free
지원되는 언어 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"
    ]
}