Mark tab manager

Automatically group tabs by domain

Mark tab manager란 무엇입니까?

Mark tab manager은(는) https://bradleycushing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically group tabs by domain"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mark tab manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mark is a minimalist tab manager that organizes tabs as you browse. With Mark, tabs are automatically grouped by domain and sorted alphabetically so you can easily find them later.

Mark uses the native tab groups feature of Chrome, meaning there’s no learning curve to get started. Simply install Mark and any open and newly created tabs will be grouped and sorted.

Mark can be configured to only group tabs or only sort tabs depending on how you like to browse. Additionally, you can enable Mark to consolidate tabs across windows - meaning you won’t lose a tab because it’s hiding in its own window.

You can pin the extension to your browser toolbar by clicking the puzzle looking icon located in the top right of your toolbar, scrolling down to Mark, and clicking the “Pin” icon. Pinning the icon makes it easily accessible for clicking to manually organize tabs in cleanup mode, which will collapse any open groups.

Change one of the configuration settings by right clicking on the Mark extension icon, navigating to the “Settings” menu, and toggling one of the settings. Depending on the way you would like to browse, customizing some things could make for an even better experience.

If you find yourself more curious about how Mark works or what other options and functionality are available, visit the “Resources” menu at any time by right clicking the Mark extension icon.                    

확장 프로그램 기본 정보

이름 Mark tab manager Mark tab manager
ID filgplhfalgafolkffphilkgckdgnona
공식 URL https://chromewebstore.google.com/detail/mark-tab-manager/filgplhfalgafolkffphilkgckdgnona
설명 Automatically group tabs by domain
파일 크기 47.08 KB
설치 횟수 10,523
현재 버전 0.1.46
최근 업데이트 2023-08-14
출시 날짜 2021-02-23
평점 4.48/5 총 25 개의 평점
개발자 https://bradleycushing.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bradcush/mark-tab-manager
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Mark"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "collapse": {
            "suggested_key": "Ctrl+Shift+O",
            "description": "Collapse inactive tab groups"
        }
    },
    "description": "Automatically group tabs by domain",
    "icons": {
        "16": "icons\/icon-mark-16.png",
        "48": "icons\/icon-mark-48.png",
        "128": "icons\/icon-mark-128.png"
    },
    "manifest_version": 3,
    "name": "Mark tab manager",
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "management",
        "storage",
        "tabGroups",
        "tabs"
    ],
    "version": "0.1.46"
}