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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md#keyboardstartpage-privacy-policy
عنوان صفحة سياسة الخصوصية 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"
    }
}