010Pixel Tabs
Manage your windows and tabs from one place.
什麼是010Pixel Tabs?
010Pixel Tabs是由010pixel開發的Chrome擴展程式,該擴展的主要功能是“Manage your windows and tabs from one place.”。
擴展截圖
下載010Pixel Tabs擴展crx文件
下載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 |
官方網址 | 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" } } |