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.

Cos'è Tab Home?

Tab Home è un'estensione di Chrome sviluppata da http://www.zeevo.co.nz, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Home

Scarica i file di estensione Tab Home in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tab Home Tab Home
ID iopfgdpldnmbeknmbhjchmhpgeaagnjk
URL Ufficiale https://chrome.google.com/webstore/detail/tab-home/iopfgdpldnmbeknmbhjchmhpgeaagnjk
Descrizione 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.
Dimensione del File 12.2 KB
Conteggio Installazioni 401
Versione Corrente 1.3.4
Ultimo Aggiornamento 2014-02-10
Data di Pubblicazione 2014-02-10
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore http://www.zeevo.co.nz
Tipo di Pagamento free
Sito Web dell'Estensione http://zeevo.co.nz/your-business-needs/tab-home-chrome-extension/
URL della Pagina di Aiuto http://support.zeevo.co.nz
Lingue Supportate 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"
    }
}