xKey: Discover website keyboard shortcuts

Make browsing more productive - Discover web accessibility shortcuts

Τι είναι το xKey: Discover website keyboard shortcuts;

Το xKey: Discover website keyboard shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Akshay Surve, και η κύρια λειτουργία του είναι "Make browsing more productive - Discover web accessibility shortcuts".

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

screenshot

Λήψη αρχείου CRX της επέκτασης xKey: Discover website keyboard shortcuts

Λήψη αρχείων επέκτασης xKey: Discover website keyboard shortcuts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Chrome extension to discover new web accessibility shortcuts for your favorite web apps. Visit Facebook.com or Wikipedia to test drive. Change to 'GOD mode' from the 'Extensions > Configure' page to reduce the number of keystrokes.

Features:

- Discover web accessibility shortcuts
- GOD mode (vi - mode) can be used for accessing the same web accesible shortcuts but directly with a single keystorke instead of 'Control+Option+Char' in Mac or 'Alt+Char' Windows
- Define custom xKey shortcuts using CSS selector based mechanism (only for developers)
- Simple settings pages to configure settings                    

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

Όνομα xKey: Discover website keyboard shortcuts xKey: Discover website keyboard shortcuts
ID hhkgjbankdehdhlgpnbhnbeodknolokk
Επίσημο URL https://chromewebstore.google.com/detail/xkey-discover-website-key/hhkgjbankdehdhlgpnbhnbeodknolokk
Περιγραφή Make browsing more productive - Discover web accessibility shortcuts
Μέγεθος Αρχείου 177 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2014-03-29
Ημερομηνία Δημοσίευσης 2014-03-28
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Akshay Surve
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/startupjockey/xKey
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/startupjockey/xKey/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "xKey: Discover website keyboard shortcuts",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Make browsing more productive - Discover web accessibility shortcuts",
    "homepage_url": "http:\/\/github.com\/startupjockey\/xKey",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options_custom\/index.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "js\/jquery.hotkeys.js",
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "background": {
        "persistent": false,
        "page": "src\/background\/background.html"
    },
    "browser_action": {
        "default_title": "xKey - Shortcut keys",
        "default_icon": {
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "src\/popup\/popup.html"
    }
}