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."입니다.
확장 프로그램 스크린샷
Home Shortcut for Chromebook™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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™ |
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" } } |