Aerys - Tab Manager

Open too many tabs in your browser? Don't worry, let Aerys II Targaryen, also known as the Mad King, help you burn them all!

Aerys - Tab Manager क्या है?

Aerys - Tab Manager Peiyu Luo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open too many tabs in your browser? Don't worry, let Aerys II Targaryen, also known as the Mad King, help you burn them all!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Aerys will sort tabs by websites and give you a clear view of all open tabs. You can
- Search all opened tabs by title or url
- Click to jump to page.
- Close tabs with 1-click.
- Drag and drop to change order.
- Show recently closed tabs.
- Reopen recently closed tabs

Your can open the extension with a keyboard shortcut:
Windows – Control + Shift + K
Mac – Command + Shift + K
(If it's not working, go to chrome://extensions/shortcuts  and set your on shortcuts)

---Setting in Options---
- Disable show number of tabs on icon.
- Disable show recently closed tab.
- Enable Realign tabs together by class when clicked in popup

---Update 1.7.0---
Optimize search function and bug fixed.

*** Require Chrome 52 or higher ***

--- Privacy assurance ---
Information about your tabs are never transmitted or disclosed to either the developer or any other party.                    

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

नाम Aerys - Tab Manager Aerys - Tab Manager
ID kclbicheojedbinfjdjjolmciodoihkl
आधिकारिक URL https://chromewebstore.google.com/detail/aerys-tab-manager/kclbicheojedbinfjdjjolmciodoihkl
विवरण Open too many tabs in your browser? Don't worry, let Aerys II Targaryen, also known as the Mad King, help you burn them all!
फ़ाइल का आकार 76.62 KB
स्थापना संख्या 70,000
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2020-06-15
प्रकाशन तिथि 2020-06-15
रेटिंग 4.54/5 कुल 139 रेटिंग्स
डेवलपर Peiyu Luo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.7.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Aerys - Your Tab Manager",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/icon32.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    }
}