NaviVoice: Voice Input Productivity Assistant

Surf the web with just your voice!

NaviVoice: Voice Input Productivity Assistant란 무엇입니까?

NaviVoice: Voice Input Productivity Assistant은(는) https://www.getnavivoice.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surf the web with just your voice!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NaviVoice: Voice Input Productivity Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NAVIVOICE - VOICE OPERATED PRODUCTIVITY ASSISTANT

Are your fingers encrusted with the chips you've been eating since last night? Broke your right hand playing football with your friends? No longer must you use your fingers to type and your hand to click! NaviVoice is at your command the moment you install it. With the help of NaviVoice, all you need is a microphone to surf the internet. Be more productive with the help of this voice operated assistant!

To view commands say "chrome help".

With NaviVoice you can:
- Click on links
- Go to websites
- Input text into fields
- Play/pause/mute a YouTube video with ease
- Do much more

 -- WHATS NEW IN v0.2.5 --
- Added option to reload page ("chrome reload")
- Fixed bug where link number covered arrows on Google search results
To read more, go to www.getnavivoice.com                    

확장 프로그램 기본 정보

이름 NaviVoice: Voice Input Productivity Assistant NaviVoice: Voice Input Productivity Assistant
ID ncfjfikcnmcljbjjkobdpilhmnjbmgpk
공식 URL https://chromewebstore.google.com/detail/navivoice-voice-input-pro/ncfjfikcnmcljbjjkobdpilhmnjbmgpk
설명 Surf the web with just your voice!
파일 크기 1.91 MB
설치 횟수 607
현재 버전 0.2.5
최근 업데이트 2020-05-16
출시 날짜 2020-05-15
평점 4.19/5 총 16 개의 평점
개발자 https://www.getnavivoice.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.getnavivoice.com
도움말 페이지 URL http://www.getnavivoice.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NaviVoice: Voice Input Productivity Assistant",
    "short_name": "NaviVoice",
    "description": "Surf the web with just your voice!",
    "version": "0.2.5",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "48": "images\/icon48.png",
            "128": "images\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-3.1.1.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-3.1.1.min.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "management",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ]
}