Home Shortcut for Chromebook™

Adds a keyboard shortcut for the Home button.

什么是Home Shortcut for Chromebook™?

Home Shortcut for Chromebook™是由https://mythical5th.com开发的Chrome扩展程序,该扩展的主要功能是“Adds a keyboard shortcut for the Home button.”。

扩展截图

screenshot

下载Home Shortcut for Chromebook™扩展crx文件

下载Home Shortcut for Chromebook™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Primarily for Chromebook™ users, for their keyboards do not have a Home key.

This extension adds a keyboard shortcut for the browser Home button. By default it will be set to Alt+H unless that shortcut is being used by another extension. To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts

Note 1:
If you have installed a replacement New Tab Page, this extension cannot function correctly. This is due to security policies within Chrome™.

Note 2:
By default in Chrome™ the Homepage is the same as the New Tab page, but this can be changed in the Settings. This extension does not have access to that setting so it will load the New Tab page even where a Homepage has been specified. If you use a separate Homepage and want that to be loaded by this extension, click the "Options" link in the Extensions page and enter the Homepage address.


Credits:
Home, house, streamline icon by Webalys
https://www.iconfinder.com/icons/185038/home_house_streamline_icon
https://dribbble.com/webalys


Trademarks:
Chrome and Chromebook are trademarks of Google Inc.                    

扩展基本信息

名称 Home Shortcut for Chromebook™ Home Shortcut for Chromebook™
ID bgmlifncahklmllfijjoalejkinmjcle
官方URL https://chromewebstore.google.com/detail/home-shortcut-for-chromeb/bgmlifncahklmllfijjoalejkinmjcle
简介 Adds a keyboard shortcut for the Home button.
文件大小 8.32 KB
安装次数 1,225
当前版本 1.0.7
更新时间 2022-04-28
上架时间 2018-03-08
评分 4.20/5 共5次评分
开发者 https://mythical5th.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://mythical5th.com/policies/chromeWebStore.html
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Shortcut for Chromebook\u2122",
    "version": "1.0.7",
    "manifest_version": 3,
    "commands": {
        "goHome": {
            "suggested_key": {
                "default": "Alt+H"
            },
            "description": "Go to Home page"
        }
    },
    "description": "Adds a keyboard shortcut for the Home button.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "options_ui": {
        "page": "options.html"
    }
}