xKey: Discover website keyboard shortcuts

Make browsing more productive - Discover web accessibility shortcuts

xKey: Discover website keyboard shortcuts क्या है?

xKey: Discover website keyboard shortcuts Akshay Surve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make browsing more productive - Discover web accessibility shortcuts"।

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

screenshot

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

crx प्रारूप में xKey: Discover website keyboard shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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