Tab Home

Home button for tabs. Takes you back to your tab's start URL. Ideal for your pinned tabs & Chrome apps as well normal browser tabs.

Tab Home란 무엇입니까?

Tab Home은(는) http://www.zeevo.co.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Home button for tabs. Takes you back to your tab's start URL. Ideal for your pinned tabs & Chrome apps as well normal browser tabs."입니다.

확장 프로그램 스크린샷

screenshot

Tab Home 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tab Home is a home button for your browser tab.

Use this for your pinned tabs and apps - the Tab Home button will take you back to your tab's start page.

Also useful for any tab that you open in a new window (whether it be from a bookmark or a link). Clicking the Tab Home button will take you back to where you started from.  

Updates:
v1.3.4: added support for re-adding context menu items after a Chrome browser crash
v1.3.3: support for context menu items (via options), shortcut key support                    

확장 프로그램 기본 정보

이름 Tab Home Tab Home
ID iopfgdpldnmbeknmbhjchmhpgeaagnjk
공식 URL https://chrome.google.com/webstore/detail/tab-home/iopfgdpldnmbeknmbhjchmhpgeaagnjk
설명 Home button for tabs. Takes you back to your tab's start URL. Ideal for your pinned tabs & Chrome apps as well normal browser tabs.
파일 크기 12.2 KB
설치 횟수 401
현재 버전 1.3.4
최근 업데이트 2014-02-10
출시 날짜 2014-02-10
평점 5.00/5 총 6 개의 평점
개발자 http://www.zeevo.co.nz
결제 유형 free
확장 프로그램 웹 사이트 http://zeevo.co.nz/your-business-needs/tab-home-chrome-extension/
도움말 페이지 URL http://support.zeevo.co.nz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Home",
    "description": "Home button for tabs. Takes you back to your tab's start URL. Ideal for your pinned tabs & Chrome apps as well normal browser tabs.",
    "version": "1.3.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "history",
        "contextMenus"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "button19.png",
            "38": "button38.png"
        }
    },
    "commands": {
        "commandGoTabHome": {
            "suggested_key": {
                "default": "Ctrl+Shift+G"
            },
            "description": "Go to Tab Home"
        },
        "commandSetTabHome": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Set Tab Home"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}