Stack Tab
Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen
什麼是Stack Tab?
Stack Tab是由Gregory Assasie開發的Chrome擴展程式,該擴展的主要功能是“Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen”。
擴展截圖
下載Stack Tab擴展crx文件
下載Stack Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Stack tab is a simple tab manager for chrome. Quickly and conveniently close unused tabs, retrieve them when needed. - Get rid of the clutter and focus on required tabs only. - Effortlessly close used tabs. Functionality: - filter search tabs - set limit for number of tabs opened per session - Automatically close and save tab when limit is reached - Close oldest tab on limit reach - Close left-most tab on limit reach ** NEW UPDATE *** - Option to close page anywhere, option is available on context menu (right click on page to view) - clicking stack tab in context menu closes the page and adds it to the stack. - Context menu fixed **UPDATE VERSION 1.6** - settings persist between sessions - disregard pinned and active tabs due to close
擴展基本資訊
名稱 | Stack Tab |
ID | oalhogdhlhgdpjllnadcigfkhmmlahlo |
官方網址 | https://chromewebstore.google.com/detail/stack-tab/oalhogdhlhgdpjllnadcigfkhmmlahlo |
簡介 | Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen |
檔案大小 | 40.79 KB |
安裝次數 | 221 |
目前版本 | 1.7 |
更新時間 | 2018-04-05 |
上架時間 | 2018-04-05 |
評分 | 3.17/5 共 12 次評分 |
開發者 | Gregory Assasie |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stack Tab", "manifest_version": 2, "description": "Chrome Tab Manager, Limit the number of active tabs opens, keep unused tabs off screen", "version": "1.7", "browser_action": { "default_icon": ".\/icons\/icon48.png", "default_popup": "index.html", "default_title": "xTab" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |