Omega Tab Manager

Tab and Session Manager for convenience

What is Omega Tab Manager?

Omega Tab Manager is a Chrome extension developed by https://omegatabmanager.com, and its main feature is "Tab and Session Manager for convenience".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Omega Tab Manager Extension CRX File

Download Omega Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Omega Tab Manager provides enhanced Tab and Window management for chrome browser via number of various features and unique user interface designed for speed and productivity.

***Monthly new features***

=== Top Features ===
- Dark Mode for Dark Theme users
- Sessions for easy context switching
- Multiple Tab Views for advanced control
- Quick OmniBox commands for enhanced tab management control

=== More Features ===
- Provides unique ability to close all tabs of same domain
- Tabs are searchable via url or title
- Indicates which tab is producing the sound
- Shows number of total tabs                    

Extension Basic Information

Name Omega Tab Manager Omega Tab Manager
ID onocdaepnncepcgpakklklknhhnmhpcp
Official URL https://chromewebstore.google.com/detail/omega-tab-manager/onocdaepnncepcgpakklklknhhnmhpcp
Description Tab and Session Manager for convenience
File Size 706 KB
Installation Count 79
Current Version 2.0.0
Last Updated 2020-07-15
Publish Date 2020-05-24
Rating 5.00/5 Total 2 Ratings
Developer https://omegatabmanager.com
Email [email protected]
Payment Type free
Extension Website http://omegatabmanager.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omega Tab Manager",
    "description": "Tab and Session Manager for convenience",
    "version": "2.0.0",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "omnibox": {
        "keyword": "omega"
    },
    "options_page": "optionsapp\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Omega Tab Manager",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}