Tab Aligner

Simple and powerful Tab organizing extension

Tab Aligner란 무엇입니까?

Tab Aligner은(는) https://drikin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and powerful Tab organizing extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tab Aligner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Have you noticed you opened multiple tabs for the same page before?
Tab Aligner addresses the pain point with the following three features.

1. Tab sorting by hostname in the same window
2. Duplicate tab merging which has exactly the same url
3. Organize all tabs into multiple windows by hostname (by clicking Tab Aligner icon)



It's powered by Dart which provides more performance!

Release Note
-----------
0.0.7: Revert 0.0.6 introduced automatic reload feature made some troubles. optimize performance
0.0.6: When duplicate tab is detected, not only switching existing tab but also forcibly reload the tab 
0.0.5: Restore Pinned state after grouping tabs
0.0.4: Bug fix
0.0.3: Initial public release version                    

확장 프로그램 기본 정보

이름 Tab Aligner Tab Aligner
ID cegjnbajkdmaijhcimmajappmimkohhe
공식 URL https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe
설명 Simple and powerful Tab organizing extension
파일 크기 144 KB
설치 횟수 1,197
현재 버전 0.0.7
최근 업데이트 2017-06-09
출시 날짜 2017-06-09
평점 4.26/5 총 23 개의 평점
개발자 https://drikin.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/drikin/TabAligner
도움말 페이지 URL https://github.com/drikin/TabAligner/issues
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.dart.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}