Tab Organizer

Organizes all tabs by alphabetical order grouping websites together with one click

Tab Organizer란 무엇입니까?

Tab Organizer은(는) wolfmac964에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organizes all tabs by alphabetical order grouping websites together with one click"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Organize Your Tab Bar With One Click!

If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow.  This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back!
Questions? Email [email protected]
Download Now!                    

확장 프로그램 기본 정보

이름 Tab Organizer Tab Organizer
ID klejmohljepdfjiffcjcecidkdpjdafb
공식 URL https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb
설명 Organizes all tabs by alphabetical order grouping websites together with one click
파일 크기 70.36 KB
설치 횟수 277
현재 버전 1.0.0
최근 업데이트 2020-06-03
출시 날짜 2020-06-02
평점 5.00/5 총 2 개의 평점
개발자 wolfmac964
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Organizer",
    "version": "1.0.0",
    "description": "Organizes all tabs by alphabetical order grouping websites together with one click",
    "author": "Mac Wolf",
    "short_name": "Tab Organizer",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    }
}