Home Shortcut for Chromebook™
Adds a keyboard shortcut for the Home button.
Home Shortcut for Chromebook™คืออะไร?
Home Shortcut for Chromebook™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mythical5th.com และคุณลักษณะหลักของมันคือ "Adds a keyboard shortcut for the Home button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Home Shortcut for Chromebook™
ดาวน์โหลดไฟล์ส่วนขยาย 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™ |
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" } } |