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ファイルをダウンロード

TabX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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:\/\/*\/*"
    ]
}