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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.zeevo.co.nz และคุณลักษณะหลักของมันคือ "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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Home
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |