Site Home
Brings you to the home page of the current site with the click of a button.
什么是Site Home?
Site Home是由Jesse Dunlap开发的Chrome扩展程序,该扩展的主要功能是“Brings you to the home page of the current site with the click of a button.”。
扩展截图
下载Site Home扩展crx文件
下载Site Home扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on. 扩展基本信息
| 名称 | |
| ID | hgonghcngmmgmbmekheklpjonopaocfi |
| 官方URL | https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi |
| 简介 | Brings you to the home page of the current site with the click of a button. |
| 文件大小 | 10.03 KB |
| 安装次数 | 102 |
| 当前版本 | 1.0 |
| 更新时间 | 2012-06-11 |
| 上架时间 | 2012-06-10 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Jesse Dunlap |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Site Home",
"version": "1.0",
"manifest_version": 2,
"description": "Brings you to the home page of the current site with the click of a button.",
"browser_action": {
"default_icon": "icon48.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
}
} | |