Alexa BrowserHelp

Control your Browser via Amazon Alexa

Τι είναι το Alexa BrowserHelp;

Το Alexa BrowserHelp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browserhelp.me, και η κύρια λειτουργία του είναι "Control your Browser via Amazon Alexa".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Alexa BrowserHelp

Λήψη αρχείων επέκτασης Alexa BrowserHelp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Control your Chrome™ browser via Amazon Alexa! This skill works together with the Alexa skill BrowserHelp. 
To install the Alexa skill, visit:
www.browserhelp.me

Syncing skill and extension works by Login With Amazon. After installing the Chrome™ extension, you will be prompted to login with the same Amazon account as you are using for your Echo device. Likewise, when first started, this BrowserHelp skill will prompt you to link with your account. After these steps are completed, simply try one of the sample utterances to get started. After starting the skill, you can try any of the following phrases:

- Search with Google
- Highlight links
- Open link {number}
- Remove highlighting
- Navigate {back/forward}
- Open favourite {1/2/3}
- Scroll {up/down}
- Reload page
- {Open/close} tab
- Show news
- Open {Youtube/Google/Facebook/Twitter/Hacker News}                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Alexa BrowserHelp Alexa BrowserHelp
ID jjjjekfmojknabiflakbmnmapkkmefbe
Επίσημο URL https://chromewebstore.google.com/detail/alexa-browserhelp/jjjjekfmojknabiflakbmnmapkkmefbe
Περιγραφή Control your Browser via Amazon Alexa
Μέγεθος Αρχείου 93.66 KB
Αριθμός Εγκαταστάσεων 2,779
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2017-06-23
Ημερομηνία Δημοσίευσης 2017-06-23
Αξιολόγηση 3.35/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://browserhelp.me
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://browserhelp.me
URL της Σελίδας Πολιτικής Απορρήτου http://browserhelp.me/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alexa BrowserHelp",
    "short_name": "BrowserHelp",
    "version": "0.0.1",
    "description": "Control your Browser via Amazon Alexa",
    "background": {
        "persistent": true,
        "scripts": [
            "socket.io.js",
            "md5.min.js",
            "jquery.min.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/serene-harbor-37271.herokuapp.com\/login"
            ],
            "run_at": "document_start",
            "js": [
                "setup.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/serene-harbor-37271.herokuapp.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}