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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}