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 |
官方URL | 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" } } |