Keyboard Start Page
Open your favorite websites with visualized keyboard shortcuts.
Qu'est-ce que Keyboard Start Page ?
Keyboard Start Page est une extension Chrome développée par Guangyang Li, et sa fonction principale est "Open your favorite websites with visualized keyboard shortcuts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keyboard Start Page
Téléchargez les fichiers d'extension Keyboard Start Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Keyboard Start Page |
ID | lcgabkjfibeakijbhicjjilchhmjaiid |
URL Officiel | https://chromewebstore.google.com/detail/keyboard-start-page/lcgabkjfibeakijbhicjjilchhmjaiid |
Description | Open your favorite websites with visualized keyboard shortcuts. |
Taille du Fichier | 482 KB |
Nombre d'Installations | 2,104 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2022-02-22 |
Date de Publication | 2017-08-24 |
Évaluation | 4.22/5 Total 18 Évaluations |
Développeur | Guangyang Li |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gyli/KeyboardStartPage |
URL de la Page d'Aide | https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md#keyboardstartpage-privacy-policy |
URL de la Page de Politique de Confidentialité | https://github.com/gyli/KeyboardStartPage/blob/master/PRIVACYPOLICY.md |
Langues Prises en Charge | 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" } } |