TidyTabs

TidyTabs chrome extension

TidyTabs क्या है?

TidyTabs Apptastic OÜ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TidyTabs chrome extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TidyTabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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."
        }
    }
}