Tab Defrag

Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…

Tab Defrag란 무엇입니까?

Tab Defrag은(는) Sampson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.                    

확장 프로그램 기본 정보

이름 Tab Defrag Tab Defrag
ID dfeliknbmopheafjaelmilpgfmfjiopl
공식 URL https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl
설명 Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
파일 크기 33.75 KB
설치 횟수 30
현재 버전 0.0.4
최근 업데이트 2021-03-15
출시 날짜 2019-12-22
개발자 Sampson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.twitter.com/jonathansampson
도움말 페이지 URL https://www.twitter.com/jonathansampson
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Defrag",
    "version": "0.0.4",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Tab Defrag"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}