Go To Site Home

Adds a button that takes you to the home page of the current site.

什么是Go To Site Home?

Go To Site Home是由https://sites.google.com/site/crispy12361开发的Chrome扩展程序,该扩展的主要功能是“Adds a button that takes you to the home page of the current site.”。

扩展截图

screenshot
screenshot

下载Go To Site Home扩展crx文件

下载Go To Site Home扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Go To Site Home provides you with a single click button to navigate you to the home page of the site you are browsing. 

I found while browsing many sites, that I want to get back to the home page, and usually that means scrolling back to the top, finding the home icon or URL and clicking on it. Not that it is an extremely complicated process, a one click button that is always located in the same spot make it that much easier. 

Special thanks to http://glyphicons.com/ for the icon used in this extension.                    

扩展基本信息

名称 Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
官方URL https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
简介 Adds a button that takes you to the home page of the current site.
文件大小 4.55 KB
安装次数 15
当前版本 1.0.5
更新时间 2014-07-04
上架时间 2014-07-03
评分 5.00/5 共1次评分
开发者 https://sites.google.com/site/crispy12361
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go To Site Home",
    "short_name": "Go To Site Home",
    "description": "Adds a button that takes you to the home page of the current site.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "sitehome.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "sitehome.png"
    },
    "manifest_version": 2
}