Keyboard Start Page
Open your favorite websites with visualized keyboard shortcuts.
什么是Keyboard Start Page?
Keyboard Start Page是由Guangyang Li开发的Chrome扩展程序,该扩展的主要功能是“Open your favorite websites with visualized keyboard shortcuts.”。
扩展截图
下载Keyboard Start Page扩展crx文件
下载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 |
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" } } |