Keyboard Start Page

Open your favorite websites with visualized keyboard shortcuts.

Keyboard Start Page란 무엇입니까?

Keyboard Start Page은(는) Guangyang Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your favorite websites with visualized keyboard shortcuts."입니다.

확장 프로그램 스크린샷

screenshot

Keyboard Start Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Keyboard Start Page Keyboard Start Page
ID lcgabkjfibeakijbhicjjilchhmjaiid
공식 URL https://chromewebstore.google.com/detail/keyboard-start-page/lcgabkjfibeakijbhicjjilchhmjaiid
설명 Open your favorite websites with visualized keyboard shortcuts.
파일 크기 482 KB
설치 횟수 2,104
현재 버전 0.3.3
최근 업데이트 2022-02-22
출시 날짜 2017-08-24
평점 4.22/5 총 18 개의 평점
개발자 Guangyang Li
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gyli/KeyboardStartPage
도움말 페이지 URL https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md#keyboardstartpage-privacy-policy
개인정보 보호 정책 페이지 URL https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md
지원되는 언어 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"
    }
}