Keyboard Start Page
Open your favorite websites with visualized keyboard shortcuts.
Co to jest Keyboard Start Page?
Keyboard Start Page to rozszerzenie Chrome opracowane przez Guangyang Li, a jego główną funkcją jest „Open your favorite websites with visualized keyboard shortcuts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Keyboard Start Page
Pobierz pliki rozszerzeń Keyboard Start Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Keyboard Start Page |
ID | lcgabkjfibeakijbhicjjilchhmjaiid |
Oficjalny URL | https://chromewebstore.google.com/detail/keyboard-start-page/lcgabkjfibeakijbhicjjilchhmjaiid |
Opis | Open your favorite websites with visualized keyboard shortcuts. |
Rozmiar pliku | 482 KB |
Liczba instalacji | 2,104 |
Aktualna Wersja | 0.3.3 |
Ostatnia Aktualizacja | 2022-02-22 |
Data Publikacji | 2017-08-24 |
Ocena | 4.22/5 Łącznie 18 Oceny |
Deweloper | Guangyang Li |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gyli/KeyboardStartPage |
Adres URL Strony Pomocy | https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md#keyboardstartpage-privacy-policy |
Adres URL Strony Polityki Prywatności | https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md |
Obsługiwane Języki | 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" } } |