Tab Suspender - Workona

Suspend your browser tabs to save memory.

ما هو Tab Suspender - Workona؟

Tab Suspender - Workona هو إضافة Chrome تم تطويرها بواسطة https://workona.com، والميزة الرئيسية لها هي "Suspend your browser tabs to save memory.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tab Suspender - Workona

قم بتنزيل ملفات الامتداد Tab Suspender - Workona بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Keep your computer running quickly with the Workona Tab Suspender. You can choose to suspend tabs automatically or on demand with one click. Either way, you’ll dramatically reduce your browser’s memory usage. Now you can keep all your tabs open without getting slowed down.

Learn more about Workona: https://workona.com
 
______________________________________________


2/5/2021 UPDATE: Need to restore lost tabs from The Great Suspender?
 
Workona Tab Suspender will automatically repair any broken Great Suspender tabs we find in order to restore the tabs you lost when the extension was disabled. 
 
Visit this article for instructions on how to restore these tabs:
https://workona.com/pages/the-great-suspender-malicious-chrome-extension/

______________________________________________
 
 
FEATURES

Save memory
Dramatically reduce memory usage and keep your computer running quickly, just by adding the Workona Tab Suspender. Suspended tabs are just like normal tabs, except they don’t use memory.
 
Keep more tabs open
Tabs are where modern work gets done. Now you can work on multiple projects and keep those tabs open, all without impacting the performance of your computer.
 
Auto-suspend tabs
Choose automatic tab suspension based on how many active tabs you have or how much time has elapsed. You can rest easy knowing that suspension is working behind the scenes to free up resources.
 
Never lose tabs
Unlike other tab suspenders, you never have to worry about being locked into our system or losing your suspended tabs if you decide to stop using the Workona Tab Suspender.
 
From a company you can trust
More than 175,000 people trust Workona to keep their browser’s memory under control. Our company is venture-backed and built to last. Learn more at workona.com
 

PRIVACY & SECURITY

We believe that great software shouldn't come at a cost to privacy. Workona Tab Suspender does not store your browser data, use it for advertising, or share it with third parties. Your suspended tabs are 100% private to you, and we request the minimum permissions needed to suspend your tabs. If you ever have questions about Workona’s privacy practices, reach out to us at [email protected].

SUPPORT

Feel free to contact support at [email protected] and we'll reply as soon as possible.

MORE INFORMATION

By installing the extension, you agree to Workona’s Terms of Service (workona.com/policies/terms) and Privacy Policy (workona.com/policies/privacy).                    

معلومات أساسية عن التمديد

الاسم Tab Suspender - Workona Tab Suspender - Workona
ID kkahjkjjcepelnnikconblkonolboiok
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-suspender-workona/kkahjkjjcepelnnikconblkonolboiok
الوصف Suspend your browser tabs to save memory.
حجم الملف 38.8 KB
عدد التثبيتات 27,539
النسخة الحالية 3.0.5
آخر تحديث 2024-02-28
تاريخ النشر 2021-02-10
تقييم 4.37/5 مجموع تقييمات 241
المطور https://workona.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://workona.com/tab-suspender/
عنوان صفحة المساعدة https://workona.com/help
عنوان صفحة سياسة الخصوصية https://workona.com/policies/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg8xpwJDDEEEXFfXB4JsgZ2VHiiqV66hYsvIsVGL6pURbprzB1L5Jx4oJ+8s6Lt3+DNPfRJh8dwBGewBbKkEfcJZ3JziOTnndPYrffnMcLJaOUVa3QS4YcuCPW8YS1u7pgkkUns5fCtAZ0Iv7Q4X+YrNuGeSKP94H85nJFmwhMnxsw+dIjSgtk3MhcF+4bIV2f7BT+8nc8Ehuyo6voTb0OhgdS\/0LFhFHgJIeaJ4p0saauZK4Ql6w+r5Nk4t7qHBbH\/d4QvwSLwSlT4jWi0CVdzhtEgdxScEffN297v9utxu7QBaDZbX+gMwwNeZIZxOZBziF6F1ZT5cdpEeFC1JlywIDAQAB",
    "manifest_version": 3,
    "name": "Tab Suspender - Workona",
    "short_name": "Tab Suspender",
    "version": "3.0.5",
    "minimum_chrome_version": "89",
    "description": "Suspend your browser tabs to save memory.",
    "homepage_url": "https:\/\/workona.com",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "permissions": [
        "tabs",
        "history",
        "alarms",
        "storage"
    ],
    "optional_permissions": [
        "system.memory"
    ],
    "optional_host_permissions": [
        "https:\/\/workona.com\/*",
        "https:\/\/*.workona.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "96": "images\/icon_96.png",
            "128": "images\/icon_128.png",
            "256": "images\/icon_256.png"
        },
        "default_title": "Tab Suspender - Workona",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Open the suspender popup"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/workona.com\/*"
        ]
    }
}