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