Tab Cleanup

Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.

Tab Cleanup란 무엇입니까?

Tab Cleanup은(는) https://tabcleanup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser.
By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Privacy Policy: http://tabcleanup.com/privacy.html

Terms of Use: http://tabcleanup.com/terms.html                    

확장 프로그램 기본 정보

이름 Tab Cleanup Tab Cleanup
ID ggbmajcpfpdgehnobdbbdjdafaejgpmk
공식 URL https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk
설명 Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
파일 크기 191 KB
설치 횟수 1,337
현재 버전 0.9.9
최근 업데이트 2023-09-02
출시 날짜 2019-08-26
평점 2.60/5 총 5 개의 평점
개발자 https://tabcleanup.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://tabcleanup.com/support.php
개인정보 보호 정책 페이지 URL https://www.guppymedia.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Cleanup",
    "version": "0.9.9",
    "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Tab Cleanup Settings",
        "default_icon": "icon64.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}