xKey: Discover website keyboard shortcuts

Make browsing more productive - Discover web accessibility shortcuts

xKey: Discover website keyboard shortcuts là gì?

xKey: Discover website keyboard shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Akshay Surve, và tính năng chính của nó là "Make browsing more productive - Discover web accessibility shortcuts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng xKey: Discover website keyboard shortcuts

Tải xuống các tệp mở rộng xKey: Discover website keyboard shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xKey: Discover website keyboard shortcuts xKey: Discover website keyboard shortcuts
ID hhkgjbankdehdhlgpnbhnbeodknolokk
URL Chính Thức https://chromewebstore.google.com/detail/xkey-discover-website-key/hhkgjbankdehdhlgpnbhnbeodknolokk
Mô tả Make browsing more productive - Discover web accessibility shortcuts
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-03-29
Ngày Phát Hành 2014-03-28
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Akshay Surve
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/startupjockey/xKey
URL Trang Trợ Giúp https://github.com/startupjockey/xKey/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}