Keyboard Start Page

Open your favorite websites with visualized keyboard shortcuts.

Keyboard Start Page क्या है?

Keyboard Start Page Guangyang Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open your favorite websites with visualized keyboard shortcuts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keyboard Start Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}