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 |
Eメール | [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" } } |