Hands Free for Chrome
Navigate the web hands free!
Hands Free for Chrome là gì?
Hands Free for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://handsfreechrome.com, và tính năng chính của nó là "Navigate the web hands free!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hands Free for Chrome
Tải xuống các tệp mở rộng Hands Free for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A Chrome extension to browse the web using only your voice, free to download and use. Voice Control and Dictation for Chrome! www.handsfreechrome.com Hands Free can scroll, click things, navigate to webpages, navigate back or forward through your browsing history, enter text into forms, check and uncheck checkboxes, zoom in and out, open and close tabs, refresh the page, control YouTube videos, and more. ----------- After installing, restart Chrome, then open any webpage and hit Ctrl + Space. Give the input window permission to use your mic. Then just say "help". If you're on a Mac, you'll have to adjust your settings. Go to System Preferences, then to Sound, then to Input. If there's a little checkbox option that says "Use ambient noise reduction," make sure that it's not checked.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddgmnkioeodkdacpjblmihodjgmebnld |
URL Chính Thức | https://chrome.google.com/webstore/detail/hands-free-for-chrome/ddgmnkioeodkdacpjblmihodjgmebnld |
Mô tả | Navigate the web hands free! |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 561 |
Phiên Bản Hiện Tại | 1.6.3 |
Cập Nhật Lần Cuối | 2017-04-26 |
Ngày Phát Hành | 2017-04-26 |
Đánh Giá | 3.55/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://handsfreechrome.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.handsfreechrome.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "name": "Hands Free for Chrome", "description": "Navigate the web hands free!", "version": "1.6.3", "background": { "scripts": [ "background-min.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/visibility.js", "vendor\/jquery.js", "control-min.js" ] } ], "browser_action": { "default_icon": "images\/icon.png" }, "externally_connectable": { "matches": [ "*:\/\/*.handsfreechrome.com\/*" ] }, "permissions": [ "history", "storage", "tabs" ], "web_accessible_resources": [ "vendor\/jquery-1.10.2.min.map" ] } |