Keyboard Start Page

Open your favorite websites with visualized keyboard shortcuts.

Keyboard Start Pageคืออะไร?

Keyboard Start Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guangyang Li และคุณลักษณะหลักของมันคือ "Open your favorite websites with visualized keyboard shortcuts."

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

screenshot

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

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

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

                        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"
    }
}