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 |
官方網址 | 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" } } |