Organize Windows and Tabs

Organize Windows and Tabs

Organize Windows and Tabs란 무엇입니까?

Organize Windows and Tabs은(는) Fatih Doğan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize Windows and Tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Organize Windows and Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds these actions:
*	Merge windows and sort tabs:    
	Merge all windows on target window, and sorts all tabs according to tab url alphabetically.
*	Merge windows:    
	Merge all windows on target window.
*	Sort tabs:    
	Sort tabs on target windows according to tab url alphabetically.
*	Close tabs from this domain:    
	Closes all tabs with same domain.
*	Move tabs from this domain to this window    
	Moves tabs from same domain with the selected tab's domain to current window.
*      Group tabs from this domain    
        Groups tabs from same domain with the selected tab's domain.

Default extension icon action is "Merge windows and sort tabs". This can be changed from options page. You can select "do nothing" option to disable default action.

By default the extension ignores pinned tabs, popup and app windows for merge and sort actions. These can be changed from options page.

This extension does not cause tab groups to be ungrouped.                    

확장 프로그램 기본 정보

이름 Organize Windows and Tabs Organize Windows and Tabs
ID ecdpecnghdabcaloifcmpjaimlnnjigi
공식 URL https://chromewebstore.google.com/detail/organize-windows-and-tabs/ecdpecnghdabcaloifcmpjaimlnnjigi
설명 Organize Windows and Tabs
파일 크기 10.3 KB
설치 횟수 801
현재 버전 1.4.1
최근 업데이트 2022-02-18
출시 날짜 2020-06-02
평점 4.10/5 총 10 개의 평점
개발자 Fatih Doğan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fthdgn/chrome_organize_windows_tabs
도움말 페이지 URL https://github.com/fthdgn/chrome_organize_windows_tabs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "16": "icons\/16.png"
        },
        "default_title": "Organize Windows and Tabs"
    },
    "homepage_url": "https:\/\/github.com\/fthdgn\/chrome_organize_windows_tabs\/",
    "description": "Organize Windows and Tabs",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 3,
    "name": "Organize Windows and Tabs",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "tabGroups"
    ],
    "version": "1.4.1"
}