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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabX

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}