Tabs Fast Easy

Help you manage tabs more easily and quickly

什么是Tabs Fast Easy?

Tabs Fast Easy是由Feng开发的Chrome扩展程序,该扩展的主要功能是“Help you manage tabs more easily and quickly”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Tabs Fast Easy扩展crx文件

下载Tabs Fast Easy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tabs Fast Easy Tabs Fast Easy
ID falglioamaogaliloglbhkannkjlpjil
官方URL https://chromewebstore.google.com/detail/tabs-fast-easy/falglioamaogaliloglbhkannkjlpjil
简介 Help you manage tabs more easily and quickly
文件大小 9.08 MB
安装次数 964
当前版本 2.2.0
更新时间 2024-02-01
上架时间 2023-07-07
评分 4.00/5 共14次评分
开发者 Feng
电子邮箱 [email protected]
付费类型 in_app
支持的语言 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"
    }
}