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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Surf the web with just your voice!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NaviVoice: Voice Input Productivity Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}