Tab Control

The holy grail of tab managers

Tab Control란 무엇입니까?

Tab Control은(는) naorye에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The holy grail of tab managers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tab Control 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Tab Control
ID gfeannmglnjdmnpigailhcoepplcacaf
공식 URL 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": [
        ""
    ]
}