Tab Suspender

Tab Suspender suspends tabs which are in background for long periods, to reduce RAM usage.

Tab Suspenderคืออะไร?

Tab Suspender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Multivariate AI Solution และคุณลักษณะหลักของมันคือ "Tab Suspender suspends tabs which are in background for long periods, to reduce RAM usage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Suspender

ดาวน์โหลดไฟล์ส่วนขยาย Tab Suspender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use Tab Suspender to suspend tabs which are in background for more than certain time.
Tab Suspender helps users Increase their device performance.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Suspender Tab Suspender
ID goflchmdpidhhepjfpdmjoklebbjggje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-suspender/goflchmdpidhhepjfpdmjoklebbjggje
คำอธิบาย Tab Suspender suspends tabs which are in background for long periods, to reduce RAM usage.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 0.3.12
อัปเดตครั้งล่าสุด 2022-10-16
วันที่เผยแพร่ 2021-09-03
คะแนน 4.62/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Multivariate AI Solution
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://multivariate.tech/
URL หน้าช่วยเหลือ https://multivariate.tech/
URL หน้านโยบายความเป็นส่วนตัว https://multivariate.tech/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Suspender",
    "version": "0.3.12",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlIY2Pa0bjJANKRYICng81K\/bXJXnHkv+9SUXfRJCE4mUW5nLBAGS9Sk6HgOlR3ijah80vVqps\/0EKdI+L0JfcnBtEEfrs+a2G92TlLfh7kPwJ\/vqdVXWH6bLzUEAbJQh36zoBa0iNBjW3XrbC6rwMFptk20Pvj6NTpCefVpIVhx1g2B3ZGQcVXzsoFoQJeS4VuEhnpWvZR56D1UF3ySLS1pRA9Awr8V1ka\/sXtZIuUMJmF17\/WwuyShuBbQODJX7ggK8iVBwlm359cHw0IKN40YgniBIFwlIMjkRxNSv8EWydFtykxF4rBxUZtdMdZOCMR9gMZ5yH5P0leseZor8dQIDAQAB",
    "oauth2": {
        "client_id": "179232417308-pqbequbvcogi82tnu39rcqnfgsa41j30.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "description": "Tab Suspender suspends tabs which are in background for long periods, to reduce RAM usage.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Tab_suspender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "suspend.html",
                "suspend.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}