音声検索

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

Qu'est-ce que 音声検索 ?

音声検索 est une extension Chrome développée par Kunihiro Ando, et sa fonction principale est "音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 音声検索

Téléchargez les fichiers d'extension 音声検索 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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


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

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

Informations de Base sur l'Extension

Nom 音声検索 音声検索
ID pnohhijleiaogbhalcblmhfghngnhonj
URL Officiel https://chromewebstore.google.com/detail/%E9%9F%B3%E5%A3%B0%E6%A4%9C%E7%B4%A2/pnohhijleiaogbhalcblmhfghngnhonj
Description 音声検索タブと各ページの検索ボックスに音声検索ボタンを追加します。
Taille du Fichier 33.58 KB
Nombre d'Installations 2,085
Version Actuelle 1.5
Dernière Mise à Jour 2015-04-22
Date de Publication 2015-04-22
Évaluation 4.33/5 Total 12 Évaluations
Développeur Kunihiro Ando
Type de Paiement free
Langues Prises en Charge 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"
    ]
}