Tab Control
The holy grail of tab managers
什麼是Tab Control?
Tab Control是由naorye開發的Chrome擴展程式,該擴展的主要功能是“The holy grail of tab managers”。
擴展截圖
下載Tab Control擴展crx文件
下載Tab Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tab Control - The holly Grail of Tab Managers I am a heavy tabs producer and I don't have the self discipline to close them. This behavior causes me huge problems like no ability to search and navigate between tabs, Chrome memory consumption raises and many other productivity issues. Over the years I've tried almost any tab extension out there, just name it - I tried it. Almost any extension had a feature I like but there is no extension where I can get all the benefits I am looking for. Therefore I decided to create the holly grail of Tab Managers. This extension is ready for use and under highly development in order to provide many useful features and tools fast. FEATURES Available features: - Search tabs everywhere, easily and without loosing focus (set keys on settings) - Easy navigation between recently used tabs (set keys on settings) - Tagging (tagging rules and tab filtering by tags) - Hide tabs - Measure page visits duration - Get an overview on opened windows and tabs Some of the upcoming features: - Sync tabs between devices and the cloud - Bulk operations (close, move, ...) - Aggregations and grouping - Manage workspaces - Clutter reducing tools - Configurations that will help you keep your chrome usage optimal - Tabs insights - Share abilities and many other productivity features. If you have any request, issue or just want to share your opinion, please contact us. USAGE - Click on Tab Control icon to go to the dashboard - Under settings / keyboard shortcuts you will see all the app shortcuts - You can change any shortcut PRIVACY Your privacy is important for us, information about your tabs are never transmitted or disclosed to the Tab Control developers. CHANGELOG ## [1.3.6] - 2022-04-19 - Integrate eslint, tsc and fix many issues - Searcher optimizations: make it lite and faster ## [1.3.5] - 2022-04-13 - Refactor browser events and state initialization - Remove localStorage usage ## [1.3.4] - 2022-04-10 - Maintenance - Bug fixes ## [1.3.3] - 2020-12-24 - Bug Fix: fix active tab indication - Add "Enable Experimental Features" toggle - Add new experimental feature: "Sessions" ## [1.3.2] - 2020-12-20 - Optimize distribution packages - Better error handling - Stabilization ## [1.3.0] - 2020-12-01 - Assistant Window - Refactor and simplify windows state - Huge refactor and performance improvements [1.2.0] - 2020-09-06 - System refactor and improvements - Tagging Rules Page - Improve user experience - Add "Add new tag" button to each item in Tagging Rules list - Window Page - Improve user experience - Add Hide and Restore buttons - Add Copy Url button - Add Page Tags button with tags indication - Page visits - Improve flow - Fix incorrect calculation issue - Clear old visits once a week [1.1.9] - 2020-07-22 - Searcher and Switcher speed improvements - Bug fixes, improve stability - Add "Add" button on tag input [1.1.8] - 2020-07-21 - New tag matching mechanism - Support hiding and restoring specific tabs [1.1.6] - 2020-07-15 - Add apps list popup [1.1.5] - 2020-07-15 - Add support for keyboard settings [1.1.4] - 2020-07-09 - Improve Tab Searcher and Tab Switcher: memory optimisation, bug fixes, make it work like a charm - Show "Current Tab" section in Tab Searcher [1.1.3] - 2020-07-04 - Tagging Rules - ability to define tagging rules for url patterns - Tag filtering - hide and show tabs by tags [1.1.2] - 2020-05-22 - Support changing keyboard shortcuts [1.1.1] - 2020-05-08 - Create Tab Switcher app [1.0.15] - 2020-04-19 - Users Engagement: Contact chat [1.0.13] - 2020-04-19 - Page Visits: Fix and improve time spent calculation - Page Visits: Add date range selection [1.0.11] - 2020-04-11 - Improve Insights: add Page Visits and locally persist visit information [1.0.9] - 2020-04-06 - Build improvements - Insights preview (WIP) [1.0.7] - 2020-04-02 - Fix slow tabs sorting - Improve Tab Searcher isolation to fix UI issues - Add commands to navigate between recent tabs (Alt+Z, Alt+Shift+Z) - Improve version management
擴展基本資訊
名稱 | Tab Control |
ID | gfeannmglnjdmnpigailhcoepplcacaf |
官方網址 | https://chromewebstore.google.com/detail/tab-control/gfeannmglnjdmnpigailhcoepplcacaf |
簡介 | The holy grail of tab managers |
檔案大小 | 2.53 MB |
安裝次數 | 523 |
目前版本 | 1.3.6 |
更新時間 | 2022-04-21 |
上架時間 | 2020-07-04 |
評分 | 3.82/5 共 11 次評分 |
開發者 | naorye |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Control", "description": "The holy grail of tab managers", "version": "1.3.6", "action": { "default_title": "Tab Control", "default_popup": "mainPopup\/index.html" }, "background": { "service_worker": "background\/scripts\/background.js" }, "icons": { "16": "icons\/icon-16x16.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "commands": { "TabSearcher.OpenTabSearcher": { "suggested_key": { "default": "Alt+Space", "mac": "Alt+Space", "windows": "Ctrl+Space" }, "description": "Open Tab Searcher" }, "TabSwitcher.OpenTabSwitcher": { "suggested_key": { "default": "Alt+Z", "mac": "Alt+Z", "windows": "Ctrl+Z" }, "description": "Open Tab Switcher" } }, "permissions": [ "unlimitedStorage", "tabs", "activeTab", "history", "webNavigation", "storage" ], "host_permissions": [ " |