Instant search keyboard shortcut

Restores some of the keyboard shortcuts available in instant search

Instant search keyboard shortcut là gì?

Instant search keyboard shortcut là một tiện ích mở rộng Chrome được phát triển bởi Kiren, và tính năng chính của nó là "Restores some of the keyboard shortcuts available in instant search".

Ả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 Instant search keyboard shortcut

Tải xuống các tệp mở rộng Instant search keyboard shortcut 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

                        Missing using tab, esc, arrow-keys and having the familiar blue arrow?

Well, look no further! This is an attempt to restore of the keyboard shortcuts of google instant search.

If something's not working feel free to send a PR to the GitHub repo.                    

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

Tên Instant search keyboard shortcut Instant search keyboard shortcut
ID dfaommhmceombgjkppajcdekakkinpmd
URL Chính Thức https://chromewebstore.google.com/detail/instant-search-keyboard-s/dfaommhmceombgjkppajcdekakkinpmd
Mô tả Restores some of the keyboard shortcuts available in instant search
Kích Thước Tệp 50.03 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-08-05
Ngày Phát Hành 2017-08-05
Nhà Phát Triển Kiren
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Kirens/InstantShortcuts
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant search keyboard shortcut",
    "description": "Restores some of the keyboard shortcuts available in instant search",
    "version": "0.1.1",
    "author": "Kirens",
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png",
        "256": "res\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*",
                "*:\/\/www.google.se\/search*"
            ],
            "js": [
                "instant.js"
            ],
            "css": [
                "instant.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "essentials.css"
    ],
    "permissions": [
        "https:\/\/www.google.se\/*"
    ]
}