TidyTabs

TidyTabs chrome extension

TidyTabs란 무엇입니까?

TidyTabs은(는) Apptastic OÜ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TidyTabs chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Title: Tidy Tabs - Effortless Tab Management for Chrome

Description:
🌟 Transform Your Tab Experience with Tidy Tabs!
Are you drowning in a sea of tabs? Tidy Tabs is here to rescue you! This innovative Chrome extension is designed to bring simplicity and order to your browsing experience.
🕒 Automate Tab Closure: Set your own time intervals and let Tidy Tabs automatically close unused tabs. Say goodbye to clutter and hello to efficiency!
🔍 Easy Access to Your Tabs: With a sleek pop-up window on the right or a comprehensive new tab list, your tabs are always at your fingertips, organized and ready when you are.
🛠 Customizable Settings: You're in control! Tailor Tidy Tabs to your workflow with customizable settings that fit your browsing habits. You could always disable the automatic closure of tabs and use our extension just as an easy way to access your tabs. 
🌐 Seamless Browsing: No more tab overload. Enjoy a cleaner, faster, and more organized browsing experience. All the open tabs and closed tabs are going to be available to you in an easy to use view. 

💡 Why Tidy Tabs?
 • Declutter Your Browser: Keep only what you need, when you need it.
 • Boost Productivity of your browser: Stop draining RAM from your computer with too many open tabs. 
 • Enhanced Focus: Reduce distractions by minimizing tab chaos.
✨ Ready to revolutionize the way you browse? Add Tidy Tabs to Chrome now and experience the difference!                    

확장 프로그램 기본 정보

이름 TidyTabs TidyTabs
ID jpmkokhmolfioeoneedlengefofdhjka
공식 URL https://chromewebstore.google.com/detail/tidytabs/jpmkokhmolfioeoneedlengefofdhjka
설명 TidyTabs chrome extension
파일 크기 2.47 MB
설치 횟수 107
현재 버전 0.0.4
최근 업데이트 2024-02-11
출시 날짜 2024-01-14
평점 4.97/5 총 141 개의 평점
개발자 Apptastic OÜ
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://support.tidytabs.io
개인정보 보호 정책 페이지 URL https://privacy.tidytabs.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TidyTabs",
    "description": "TidyTabs chrome extension",
    "version": "0.0.4",
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icon128.png",
                "assets\/google-chrome.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "tidyTabs.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Tab optimizer",
        "default_popup": "popup.html"
    },
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Run \"start\" on the current page."
        }
    }
}