Keyboard Start Page

Open your favorite websites with visualized keyboard shortcuts.

Keyboard Start Page là gì?

Keyboard Start Page là một tiện ích mở rộng Chrome được phát triển bởi Guangyang Li, và tính năng chính của nó là "Open your favorite websites with visualized keyboard 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 Keyboard Start Page

Tải xuống các tệp mở rộng Keyboard Start Page 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 is an alternative start page for Chrome. It will replace the new tab page while you can also set it as home page when startup.

On the page there's only a virtual keyboard and you can set each key to the link you want. By pressing down any key on the keyboard, no matter the virtual one or physical one, you can jump to your favorite website as you set.

Available shortcuts of opening links:
    Mouse left click    In the same tab.
    Mouse middle click    In a new tab in the background.
        In the same tab.
    Shift+    In a new tab in the background.
    Ctrl+click    In a new tab in the background.
    Ctrl+Shift+click    In a new tab and switches to the newly opened tab.
    Shift+click    In a new window.

For more information: https://github.com/ligyxy/KeyboardStartPage
For Privacy Policy: https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md                    

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

Tên Keyboard Start Page Keyboard Start Page
ID lcgabkjfibeakijbhicjjilchhmjaiid
URL Chính Thức https://chromewebstore.google.com/detail/keyboard-start-page/lcgabkjfibeakijbhicjjilchhmjaiid
Mô tả Open your favorite websites with visualized keyboard shortcuts.
Kích Thước Tệp 482 KB
Số Lần Cài Đặt 2,104
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2022-02-22
Ngày Phát Hành 2017-08-24
Đánh Giá 4.22/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Guangyang Li
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gyli/KeyboardStartPage
URL Trang Trợ Giúp https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md#keyboardstartpage-privacy-policy
URL Trang Chính Sách Bảo Mật https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3.3",
    "minimum_chrome_version": "33",
    "permissions": [
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "icons": {
        "32": "img\/icon.ico"
    }
}