Home Shortcut
Adds a keyboard shortcut for going to a site's home page.
什麼是Home Shortcut?
Home Shortcut是由https://mattw.life開發的Chrome擴展程式,該擴展的主要功能是“Adds a keyboard shortcut for going to a site's home page.”。
擴展截圖
下載Home Shortcut擴展crx文件
下載Home Shortcut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tap home when at the top of a page to go to that site's home page. If you aren't at the top of the page, double tap.
擴展基本資訊
名稱 | Home Shortcut |
ID | jllalhdceooamgigoemedpmngiaghdkj |
官方網址 | https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj |
簡介 | Adds a keyboard shortcut for going to a site's home page. |
檔案大小 | 18.62 KB |
安裝次數 | 121 |
目前版本 | 1.0.3 |
更新時間 | 2022-05-24 |
上架時間 | 2018-01-24 |
開發者 | https://mattw.life |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://mattw.life |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Home Shortcut", "version": "1.0.3", "description": "Adds a keyboard shortcut for going to a site's home page.", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |