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.

Wat is TabX?

TabX is een Chrome-extensie ontwikkeld door TabX, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TabX

Download TabX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 🤖                    

Basisinformatie over de Extensie

Naam TabX TabX
ID bdmeibkfombnjpgjpokdpkbbmfbnmafl
Officiële URL https://chromewebstore.google.com/detail/tabx/bdmeibkfombnjpgjpokdpkbbmfbnmafl
Beschrijving 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.
Bestandsgrootte 9.09 MB
Aantal Installaties 47
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-25
Publicatiedatum 2023-05-25
Beoordeling 4.90/5 Totaal 10 Beoordelingen
Ontwikkelaar TabX
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://drive.google.com/file/d/1BlNGjaXkQP8ckofMcWckVtttzE-C4KKv/view?usp=share_link
Ondersteunde Talen 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:\/\/*\/*"
    ]
}