Voice Control for Chrome™ (Beta)

Voice Control for Chrome™

Qu'est-ce que Voice Control for Chrome™ (Beta) ?

Voice Control for Chrome™ (Beta) est une extension Chrome développée par Kunihiro Ando, et sa fonction principale est "Voice Control for Chrome™".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Voice Control for Chrome™ (Beta)

Téléchargez les fichiers d'extension Voice Control for Chrome™ (Beta) 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

                        Voice Control for Chrome™ lets you control your Chrome browser with your voice. 


Click the extension icon -> a Voice input window will open



***Beta testing***



---hit a hint---
Hit-a-Hint
Hit-a-Hint -newtab
Hit-a-Hint -continuous
   
   
---scroll---
scroll up
scroll down
scroll left
scroll right
scroll to top
scroll to half
scroll to bottom
scroll down full page
scroll up full page

     
---select tab---
select first tab
select last tab
select left tab
select right tab
select next window
   
    
---history---
forward in history
back in history
   
     
---search web---
search web
search web in new tab
    
    
---tab list---
show tabList
   
    
---open---
open bookmark
open bookmark in new tab
open history entry
open history entry in new tab
open URL
open URL in new tab
open URL in new tab background
   
    
---focus---
focus first text input
blur focus
focus next editable element
focus previous editable element
   
   
---close/restore---
close current tab
close left tabs
close right tabs
close other tabs
close current window
restore closed tab
   
    
---pin/unpin---
pin/unpin tab
  
    
---create---
create new tab
create new tab background
create new window
    

--screen capture--
visible area
full page


    
---to clipboard---
copy current URL
copy url and title
copy url and title as a tag
URL Shortener
    
    
---link label---
follow link labeled next
follow link labeled previous
   
    
---go to---
go to parent dir
go to root
   
    
---mark---
set mark
jump to mark
  
   
---split window---
split window vertically
split window horizontally
     
   
---reload---
reload
cacheless reload
reload all tabs
       
    
---sort tab---
sort tab (title)
sort tab (URL)
sort tab (id)
   
  
---etc----
duplicate tab
store/load tabs
save as MHTML
options page                    

Informations de Base sur l'Extension

Nom Voice Control for Chrome™ (Beta) Voice Control for Chrome™ (Beta)
ID ancnfbchjkhjgjibpchmfoncockgcmjh
URL Officiel https://chrome.google.com/webstore/detail/voice-control-for-chrome/ancnfbchjkhjgjibpchmfoncockgcmjh
Description Voice Control for Chrome™
Taille du Fichier 161 KB
Nombre d'Installations 1,000
Version Actuelle 3.0
Dernière Mise à Jour 2015-09-08
Date de Publication 2015-09-08
Évaluation 2.85/5 Total 13 Évaluations
Développeur Kunihiro Ando
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "Voice Control for Chrome\u2122 (Beta)",
    "description": "Voice Control for Chrome\u2122",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Voice Control for Chrome\u2122"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "iframe.html",
        "picon.png"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "bookmarks",
        "history",
        "pageCapture",
        "clipboardWrite",
        "clipboardRead",
        "downloads",
        "sessions",
        "management",
        ""
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; connect-src *; img-src *; frame-src *; object-src 'self'",
    "version": "3.0"
}