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.”。
扩展截图
下载Tab Home扩展crx文件
下载Tab Home扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" } } |