NaviVoice: Voice Input Productivity Assistant

Surf the web with just your voice!

Τι είναι το NaviVoice: Voice Input Productivity Assistant;

Το NaviVoice: Voice Input Productivity Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.getnavivoice.com, και η κύρια λειτουργία του είναι "Surf the web with just your voice!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NaviVoice: Voice Input Productivity Assistant

Λήψη αρχείων επέκτασης NaviVoice: Voice Input Productivity Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}