Tabs Fast Easy

Help you manage tabs more easily and quickly

Was ist Tabs Fast Easy?

Tabs Fast Easy ist eine Chrome-Erweiterung, die von Feng entwickelt wurde, und ihr Hauptmerkmal ist "Help you manage tabs more easily and quickly".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Tabs Fast Easy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs Fast Easy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tabs Fast Easy Tabs Fast Easy
ID falglioamaogaliloglbhkannkjlpjil
Offizielle URL https://chromewebstore.google.com/detail/tabs-fast-easy/falglioamaogaliloglbhkannkjlpjil
Beschreibung Help you manage tabs more easily and quickly
Dateigröße 9.08 MB
Installationsanzahl 964
Aktuelle Version 2.2.0
Letztes Update 2024-02-01
Veröffentlichungsdatum 2023-07-07
Bewertung 4.00/5 Insgesamt 14 Bewertungen
Entwickler Feng
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
    }
}