I'm feeling lucky hotkey

Adds a hotkey to navigate to the first google search result.

I'm feeling lucky hotkey là gì?

I'm feeling lucky hotkey là một tiện ích mở rộng Chrome được phát triển bởi Stan, và tính năng chính của nó là "Adds a hotkey to navigate to the first google search result.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I'm feeling lucky hotkey

Tải xuống các tệp mở rộng I'm feeling lucky hotkey 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

                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                    

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

Tên I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
URL Chính Thức https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Mô tả Adds a hotkey to navigate to the first google search result.
Kích Thước Tệp 14.31 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-07-25
Ngày Phát Hành 2019-07-25
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Stan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}