ChromeKeys

Extra keyboard shortcuts from Chrome

ChromeKeysคืออะไร?

ChromeKeys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pacodekumite และคุณลักษณะหลักของมันคือ "Extra keyboard shortcuts from Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChromeKeys

ดาวน์โหลดไฟล์ส่วนขยาย ChromeKeys ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Browse the web with ease and speed using keyboard-driven shortcuts inspired by the fantastic qutebrowser and surf web browsers. Spend less time mousing around and searching through tabs.

How to click buttons, links, etc. with your keyboard: 
Hit Shift+Spacebar to show the click hints, and type the hint to click the element you want. 
Hit Ctrl+Shift+Spacebar to get click hints that open a link in a new tab.

How to find an open tab with given content:
Hit Alt+Enter to open a search field.  Start typing to get a list of open tabs that contain the search text.  Arrow down to the one you want and hit Enter.

Alt+Tab will flip you back to the previous tab.

Hit Esc to remove the click-hints and/or tab-search widget.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChromeKeys ChromeKeys
ID epbohekicencbbaikbdlglpkblklpcec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chromekeys/epbohekicencbbaikbdlglpkblklpcec
คำอธิบาย Extra keyboard shortcuts from Chrome
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-04-14
วันที่เผยแพร่ 2018-08-20
ผู้พัฒนา pacodekumite
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeKeys",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Extra keyboard shortcuts from Chrome",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}