010Pixel Tabs
Manage your windows and tabs from one place.
010Pixel Tabsคืออะไร?
010Pixel Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 010pixel และคุณลักษณะหลักของมันคือ "Manage your windows and tabs from one place."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 010Pixel Tabs
ดาวน์โหลดไฟล์ส่วนขยาย 010Pixel Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage your Windows + Tabs in one place. Avoid the hassle of toggling between windows to search for the tab you are looking for. Click on the "010Pixel Tabs" and view all your windows and tabs at a glance and have the ability take action on any window or tab from the 010Pixel Tabs itself. Features: - Consolidate all the Windows and Tab into one place. View in a nicely formatted and categorized view of the tabs under their parent windows. - Activate (go to) any window/tab - Reload/Refresh any tab without going to the tab - Close windows/tabs How-to: - Close a window: Click Close button next to the window title - Activate a tab: Click Activate button next to the window title - Close a tab: Hover over the tab you want to close and some action buttons will appear and click Close button - Activate a tab: Hover over the tab you want to activate and some action buttons will appear and click Activate button - Reload (refresh) a tab: Hover over the tab you want to reload/refresh and some action buttons will appear and click Reload button - For each window, the active tab will be highlighted all the time
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 010Pixel Tabs |
ID | jdcpjkaoeindndfoifabghbegefpekmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/010pixel-tabs/jdcpjkaoeindndfoifabghbegefpekmk |
คำอธิบาย | Manage your windows and tabs from one place. |
ขนาดไฟล์ | 272 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-05-13 |
วันที่เผยแพร่ | 2014-05-12 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | 010pixel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.010pixel.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.010pixel.com/chrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "010Pixel Tabs", "short_name": "Tabs", "description": "Manage your windows and tabs from one place.", "version": "1.1", "author": "010 Pixel", "permissions": [ "tabs" ], "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |