Tabs Fast Easy

Help you manage tabs more easily and quickly

Qu'est-ce que Tabs Fast Easy ?

Tabs Fast Easy est une extension Chrome développée par Feng, et sa fonction principale est "Help you manage tabs more easily and quickly".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tabs Fast Easy

Téléchargez les fichiers d'extension Tabs Fast Easy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tabs Fast Easy Tabs Fast Easy
ID falglioamaogaliloglbhkannkjlpjil
URL Officiel https://chromewebstore.google.com/detail/tabs-fast-easy/falglioamaogaliloglbhkannkjlpjil
Description Help you manage tabs more easily and quickly
Taille du Fichier 9.08 MB
Nombre d'Installations 964
Version Actuelle 2.2.0
Dernière Mise à Jour 2024-02-01
Date de Publication 2023-07-07
Évaluation 4.00/5 Total 14 Évaluations
Développeur Feng
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
    }
}