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" } } |