Tabs Fast Easy

Help you manage tabs more easily and quickly

Cos'è Tabs Fast Easy?

Tabs Fast Easy è un'estensione di Chrome sviluppata da Feng, e la sua funzione principale è "Help you manage tabs more easily and quickly".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabs Fast Easy

Scarica i file di estensione Tabs Fast Easy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabs Fast Easy Tabs Fast Easy
ID falglioamaogaliloglbhkannkjlpjil
URL Ufficiale https://chromewebstore.google.com/detail/tabs-fast-easy/falglioamaogaliloglbhkannkjlpjil
Descrizione Help you manage tabs more easily and quickly
Dimensione del File 9.08 MB
Conteggio Installazioni 964
Versione Corrente 2.2.0
Ultimo Aggiornamento 2024-02-01
Data di Pubblicazione 2023-07-07
Valutazione 4.00/5 Totale 14 Valutazioni
Sviluppatore Feng
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
    }
}