Handsfree for Web - Voice Control

Browse the web using just your voice

Handsfree for Web - Voice Controlคืออะไร?

Handsfree for Web - Voice Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://handsfreeforweb.com และคุณลักษณะหลักของมันคือ "Browse the web using just your voice"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Handsfree for Web - Voice Control

ดาวน์โหลดไฟล์ส่วนขยาย Handsfree for Web - Voice Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This app is useful to navigate the web handsfree. There are hundreds of commands supported, everything you can do manually with the mouse and keyboard now you can do it just by talking to the computer.

Browse the web
Open websites, click things, move around

Complete forms
Dictate text, fill any type of inputs, copy and paste

Use the browser
Manage your bookmarks, downloads, history and tabs

Reproduce media content
Control the video and sound content

Search something
Do a global search using google or find some text into the current web page

Help
You can ask for help anytime, anywhere, you'll get a full list of available commands 

Check out the entire command support in the website www.handsfreeforweb.com or in the forum https://community.handsfreeforweb.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Handsfree for Web - Voice Control Handsfree for Web - Voice Control
ID ldfboinpfdahkgnljbkohgimhimmafip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/handsfree-for-web-voice-c/ldfboinpfdahkgnljbkohgimhimmafip
คำอธิบาย Browse the web using just your voice
ขนาดไฟล์ 3.79 MB
จำนวนการติดตั้ง 3,378
เวอร์ชันปัจจุบัน 3.7.0
อัปเดตครั้งล่าสุด 2020-09-06
วันที่เผยแพร่ 2020-06-02
คะแนน 4.42/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://handsfreeforweb.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.handsfreeforweb.com
ภาษาที่รองรับ en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "version": "3.7.0",
    "manifest_version": 2,
    "default_locale": "en",
    "author": "Javier Perez",
    "description": "__MSG_description__",
    "minimum_chrome_version": "62.0.3202.82",
    "homepage_url": "http:\/\/www.handsfreeforweb.com",
    "permissions": [
        "activeTab",
        "bookmarks",
        "clipboardRead",
        "clipboardWrite",
        "downloads",
        "history",
        "tabs",
        "topSites",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "docs.html",
    "icons": {
        "16": "icons\/icon16x16.png",
        "20": "icons\/icon20x20.png",
        "24": "icons\/icon24x24.png",
        "32": "icons\/icon32x32.png",
        "64": "icons\/icon64x64.png",
        "128": "icons\/icon128x128.png",
        "256": "icons\/icon256x256.png",
        "512": "icons\/icon512x512.png"
    },
    "browser_action": {
        "default_icons\/icon": {
            "16": "icons\/icon16x16.png",
            "20": "icons\/icon20x20.png",
            "24": "icons\/icon24x24.png",
            "32": "icons\/icon32x32.png",
            "64": "icons\/icon64x64.png",
            "128": "icons\/icon128x128.png",
            "256": "icons\/icon256x256.png",
            "512": "icons\/icon512x512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "css": [
                "body.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.ravenjs.com https:\/\/sentry.io 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "app.css",
        "speech-recognizer.html",
        "native-commands-handler.js",
        "font-awesome\/fontawesome-webfont.eot",
        "font-awesome\/fontawesome-webfont.woff2",
        "font-awesome\/fontawesome-webfont.woff",
        "font-awesome\/fontawesome-webfont.ttf",
        "font-awesome\/fontawesome-webfont.svg"
    ]
}