Tabs Fast Easy

Help you manage tabs more easily and quickly

Hvad er Tabs Fast Easy?

Tabs Fast Easy er en Chrome-udvidelse udviklet af Feng, og dens hovedfunktion er "Help you manage tabs more easily and quickly".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tabs Fast Easy-udvidelses-CRX-fil

Download Tabs Fast Easy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Innovative Browsing Approach: Your Personalized Web Assistant
Elevate your web browsing experience with our tab product. A simple click activates focus mode, allowing you to manage your tabs effortlessly. It's more than a tab management tool; it's an essential aid for boosting work efficiency and enhancing focus during study sessions.

Key Features
🚀 Efficient Tab Management: Manage a multitude of tabs with ease through vertical layout and automatic tab grouping.

🔒 Tab Freeze & Cache: Reduce resource usage and quickly restore tab states to enhance your computer's performance.

🎨 Custom Themes: Customize the interface theme according to your preferences for a personalized browsing experience.

📂 Flexible Opening Options: Various tab opening choices to suit your needs in different scenarios.

💡 Focus Shadow: Activate focus mode with one click, using shadow effects to minimize distractions and concentrate on core content.

🖥️ Screen & Tab Splitting: Browse multiple web pages at once, compare information efficiently, and handle multitasking seamlessly.

🔗 Smart URL Adaptation: Automatically recognize and tailor the experience for specific websites, enhancing your browsing on frequently visited pages.

🎥 Fullscreen Mode Options: Distraction-free and fully focused fullscreen modes create an immersive reading and working environment.

🌐 Internationalization Support: Multi-language interface for smooth usage no matter where you are.

Change Your Browsing Habits
With our extension, efficiently organize and manage tabs whether for work, research, or everyday learning.
Auto-adaptation features enhance the reading experience on your favorite websites.
Multi-screen functionality makes comparison and multitasking easier than ever.

Trusted by Users and Teams
Numerous users, from students to professionals, have adopted our tab management extension for their daily work and studies, enjoying a clearer and more focused web browsing experience.

Everything You Need, Within Reach
Our tab product offers not just basic tab management but also advanced features like shadow effect adjustment and screen splitting, meeting your needs for personalization and efficiency.                    

Grundlæggende oplysninger om udvidelsen

Navn Tabs Fast Easy Tabs Fast Easy
ID falglioamaogaliloglbhkannkjlpjil
Officiel URL https://chromewebstore.google.com/detail/tabs-fast-easy/falglioamaogaliloglbhkannkjlpjil
Beskrivelse Help you manage tabs more easily and quickly
Filstørrelse 9.08 MB
Antal Installationer 964
Nuværende Version 2.2.0
Senest Opdateret 2024-02-01
Udgivelsesdato 2023-07-07
Bedømmelse 4.00/5 Samlet 14 Bedømmelser
Udvikler Feng
E-mail [email protected]
Betalingsmetode in_app
Understøttede Sprog de,en,fr,no,da,es,it,fi,ru,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "name": "Tabs Fast Easy",
    "description": "Help you manage tabs more easily and quickly",
    "version": "2.2.0",
    "action": {
        "default_title": "Tabs Fast Easy",
        "default_icon": {
            "16": "img\/tabs16.png",
            "64": "img\/tabs64.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/service.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "js\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "defaults.json",
                "suspend.html",
                "popup.html",
                "settings.html",
                "css\/*",
                "js\/*",
                "img\/*\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "windows",
        "scripting",
        "history",
        "activeTab",
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage",
        "alarms",
        "system.display",
        "",
        "scripting"
    ],
    "incognito": "split",
    "commands": {
        "suspend-all-tabs": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Suspend active tab"
        }
    },
    "icons": {
        "16": "img\/tabs16.png",
        "64": "img\/tabs64.png",
        "128": "img\/tabs128.png",
        "256": "img\/tabs256.png"
    }
}