TabX

TabX is a simple utility that keeps tabs on all your open Chrome tabs and enables you to search any open tab by it’s title or URL.

TabX란 무엇입니까?

TabX은(는) TabX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TabX is a simple utility that keeps tabs on all your open Chrome tabs and enables you to search any open tab by it’s title or URL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Hi! Are you someone who uses multiple tabs or even multiple windows (with multiple tabs) on Chrome? Do you lose track of your open tabs and invariably end up opening the same webpage on multiple tabs? Do you hate it when Chrome eats up 80% of your active RAM? Is hovering over miniature tab title bars your pet peeve?

Well you’ve come to the right place. TabX is a simple tab management utility that keeps tabs on all your open tabs and enables you to search any open tab - if there’s a hit, simply click on that search result and Voila! - your desired tab will come to the foreground/focus and you’re ready to resume your work on that Chrome tab.

WORKS ACROSS WINDOWS -
TabX auto populates and indexes all open tabs even if those are spread across multiple windows of Chrome. Just start typing and it will show results of open tabs across all open windows of Chrome

LIGHT MODE AND DARK MODES -
Adapts to your system’s display settings - light or dark automatically

UPCOMING UPGRADES -

Content Matches - Don’t remember the precise title of your tab. No worries! Just search any word that maybe present on the webpage loaded in a tab. TabX will do the heavy lifting and display tabs that contain webpages with matching content

History Matches - Closed a tab? Or Recall something that was open a week back or even a month back? TabX will index the contents of all tabs you’ve every browsed and once you search, TabX will fetch matching tab titles (title matches or content matches) from your browsing history going back indefinitely

INVOKE WITH A SHORTCUT -
If you’re someone who prefers using shortcut combos are lot, simply set one to invoke TabX with. Go to Chrome Settings -> Extensions—> Hamburger Menu (Top Left) -> TabX —> Keyboard Shortcuts -> Activate the Extension -> Edit Pencil -> Type your desired shortcut beginning with Ctrl, Shift or Alt/Option and followed by a desired letter. E.g., Alt/Option + B

HOW IT WORKS? -
It is one of the simplest to use extensions you’ll come across. Simply click on the TabX extension icon to the right of the Chrome address bar/Omni box and a search bar (similar to Spotlight on Mac) pops up. Type your desired search query/keyword (which may be the title of any tab you want to resume on your machine) in the search bar and if there are any matches between your searched keyword and tabs currently open across Chrome windows on your machine, the drop down will list those along with the Chrome window no. that the tab belongs to. Simply click on the desired result and Ta-Da - your selected tab will come to the foreground focus for you to resume your work on! No more hovering over tiny tab title bars to find what you desire.

INCOGNITO - 
If you want to use the TabX extension in Incognito mode, you should to do it manually as we respect our user's privacy and permissions. Here are the steps:
1. Open Google Chrome.
2. Click on the three-dot icon in the upper right corner of the browser.
3. In the drop-down menu, navigate to More tools > Extensions.
4. You will see a list of all installed extensions.
5. Go to TabX and click on Details.
6. Look for the Allow in Incognito option and toggle it on.

Made with 💖 by Yash and Jeetu and a little help from ChatGPT 🤖                    

확장 프로그램 기본 정보

이름 TabX TabX
ID bdmeibkfombnjpgjpokdpkbbmfbnmafl
공식 URL https://chromewebstore.google.com/detail/tabx/bdmeibkfombnjpgjpokdpkbbmfbnmafl
설명 TabX is a simple utility that keeps tabs on all your open Chrome tabs and enables you to search any open tab by it’s title or URL.
파일 크기 9.09 MB
설치 횟수 47
현재 버전 1.0
최근 업데이트 2023-05-25
출시 날짜 2023-05-25
평점 4.90/5 총 10 개의 평점
개발자 TabX
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://drive.google.com/file/d/1BlNGjaXkQP8ckofMcWckVtttzE-C4KKv/view?usp=share_link
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabX",
    "version": "1.0",
    "manifest_version": 3,
    "description": "TabX is a simple utility that keeps tabs on all your open Chrome tabs and enables you to search any open tab by it\u2019s title or URL.",
    "icons": {
        "128": "128logoN.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "commands": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "128logoN.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}