Sort those Tabs

Organize large browsing sessions with ease

Sort those Tabs란 무엇입니까?

Sort those Tabs은(는) purpleapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize large browsing sessions with ease"입니다.

확장 프로그램 스크린샷

screenshot

Sort those Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Organizing your Chrome tabs in a large, multi-window browsing session can be a pain. Sort those Tabs makes this process quick and easy.

- Access all your Chrome windows and tabs from the same page
- Easily close, transfer, and re-order your Chrome tabs and windows
- Automatically sort tabs by title or domain name
- Automatically remove duplicate tabs
- Apply or reset your changes with the click of a button


Changelog for v1.1.0:
- Updated button icons
- Shortened button tooltip titles
- Clicking on a tab now brings it into focus
- Added session and window-level sorting for the following features:
  - Sorting by domain name
  - Sorting by tab title
  - Removal of duplicate tabs                    

확장 프로그램 기본 정보

이름 Sort those Tabs Sort those Tabs
ID hkpcnabklhpajnjmmfmnpihcjjkojjpg
공식 URL https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg
설명 Organize large browsing sessions with ease
파일 크기 215 KB
설치 횟수 310
현재 버전 1.1.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.60/5 총 5 개의 평점
개발자 purpleapps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/f-jiang/sort-those-tabs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sort those Tabs",
    "description": "Organize large browsing sessions with ease",
    "version": "1.1.0",
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}