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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Aerys - Tab Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            }
        }
    }
}