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.
Qu'est-ce que Tab Home ?
Tab Home est une extension Chrome développée par http://www.zeevo.co.nz, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Home
Téléchargez les fichiers d'extension Tab Home au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | iopfgdpldnmbeknmbhjchmhpgeaagnjk |
URL Officiel | https://chrome.google.com/webstore/detail/tab-home/iopfgdpldnmbeknmbhjchmhpgeaagnjk |
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. |
Taille du Fichier | 12.2 KB |
Nombre d'Installations | 401 |
Version Actuelle | 1.3.4 |
Dernière Mise à Jour | 2014-02-10 |
Date de Publication | 2014-02-10 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | http://www.zeevo.co.nz |
Type de Paiement | free |
Site Web de l'Extension | http://zeevo.co.nz/your-business-needs/tab-home-chrome-extension/ |
URL de la Page d'Aide | http://support.zeevo.co.nz |
Langues Prises en Charge | 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" } } |