Tab Master

Navigate freely. Tab Master provides easy and intuitive way to navigate trough tabs and history

Tab Master क्या है?

Tab Master blagoj.petrov5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate freely. Tab Master provides easy and intuitive way to navigate trough tabs and history"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tab Master is an easy-to-use browser extension for increasing your productivity by providing an easy and intuitive way to navigate through tabs and history.

**Note:** Use COMMAND/CTRL + SHIFT + K for pages that google has not designed extensions like Tab-Master to run (e.g. Chrome Web Store page and Chrome's new tab page). If you use CTRL + K or COMMAND + K on special pages it won't work!

**Note:** Chrome has some warning messages about the permissions required to run Tab-Master. In fact, Tab-Master's Javascript needs to be loaded on each page. please do not worry. Tab-Master never communicates with the server and does nothing to the data. Everyone is free to read the open source if interested.

What does Tab Master include?

1. User-friendly modal which can be opened with `CMD`|`CTRL` + K (depending on what OS you are using) and close by pressing ESCAPE.
2. Fuzzy search for filtering your opened tabs and history, finding the best result.
3. Fully customizable features by using the popup or configuration page, where you can: 
  - Turn off/on the extension itself
  - Turn off/on the history/recent tabs search and only use Tab Master for tab switching
  - Turn off/on the opened tabs that you can switch to and only use Tab Master for history search
  - Customize the history search (from and to date), as well as maximum results, shown in the modal.
  - Toggle between minimal and standard view for each tab/item
4. Expanding/Collapsing tabs so you can see the full info about the title and URL of the site

Commands

Windows/Linux:
- Toggle modal - CTRL + SHIFT + K
  * Should be the preferred way for opening/closing modal:
  *. If the content script is not loaded (e.g. your internet connection is slow, 
      you’re on pages that do not allow content script like a new page or chrome 
      page), with this command and a new temporary modal will be open in a 
      new tab replacing the not yet loaded modal in the main page
    * It’s smoother overall since it’s native keybinding and not an event listener
- Toggle modal (native keybinding is overridden which in some site it might cause a weird behaviour) - CTRL + K
- Close modal - ESCAPE
- Next Item/Tab - ArrowDown | ↓
- Previous Item/Tab - ArrowUp | ↑
- Close Item/Tab - CONTROL + X
- Expand Item - SHIFT + ArrowRight | →
- Collapse Item SHIFT + Arrow Left | ←
- Toggle Expand/Collapse for Item/Tab - TAB
- Navigate to selected tab - ENTER | LeftMouseClick

Mac:
- Toggle modal - COMMAND + SHIFT + K
  * Should be the preferred way for opening/closing modal:
  *. If the content script is not loaded (e.g. your internet connection is slow, 
      you’re on pages that do not allow content script like a new page or chrome 
      page), with this command and a new temporary modal will be open in a 
      new tab replacing the not yet loaded modal in the main page
- Toggle modal (2) - CONTROL + K
- Toggle modal (3) - CMD + K
- Close modal - ESCAPE
- Next Item/Tab - ArrowDown | ↓
- Previous Item/Tab - ArrowUp | ↑
- Close Item/Tab - CMD + X
- Expand Item - SHIFT + ArrowRight | →
- Collapse Item SHIFT + Arrow Left | ←
- Toggle Expand/Collapse for Item/Tab - TAB
- Navigate to selected tab - ENTER | LeftMouseClick

This project is not sponsored by anyone so we would gladly appreciate it if you help us develop this extension even further by clicking on: https://www.buymeacoffee.com/blagoj5                    

एक्सटेंशन की मूल जानकारी

नाम Tab Master Tab Master
ID homcodpbmcdfhndhlnfnhofdnmlkplaa
आधिकारिक URL https://chromewebstore.google.com/detail/tab-master/homcodpbmcdfhndhlnfnhofdnmlkplaa
विवरण Navigate freely. Tab Master provides easy and intuitive way to navigate trough tabs and history
फ़ाइल का आकार 282 KB
स्थापना संख्या 166
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-04-27
प्रकाशन तिथि 2022-01-24
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर blagoj.petrov5
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tab-master.vercel.app/
सहायता पृष्ठ URL https://github.com/Blagoj5/Tab-Master/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Master",
    "version": "1.1.0",
    "description": "Navigate freely. Tab Master provides easy and intuitive way to navigate trough tabs and history",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "modal\/index.js"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "history",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "open-tab-master": {
            "suggested_key": {
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "Open Tab Master Extension"
        }
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "options_ui": {
        "page": "popup\/index.html"
    },
    "web_accessible_resources": [
        "\/images\/icon16.png",
        "\/fonts\/KumbhSans-Bold.ttf",
        "\/fonts\/KumbhSans-Regular.ttf"
    ]
}