The Safer Suspender
Release browser resources by suspending the tabs you aren't using
什麼是The Safer Suspender?
The Safer Suspender是由valord577開發的Chrome擴展程式,該擴展的主要功能是“Release browser resources by suspending the tabs you aren't using”。
擴展截圖
下載The Safer Suspender擴展crx文件
下載The Safer Suspender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming. Github: https://github.com/valord577/theSaferSuspender/
擴展基本資訊
名稱 | The Safer Suspender |
ID | bghakdgdhifpflgmpknjkekcbomcfnij |
官方網址 | https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij |
簡介 | Release browser resources by suspending the tabs you aren't using |
檔案大小 | 15.6 KB |
安裝次數 | 28 |
目前版本 | 1.5 |
更新時間 | 2021-12-29 |
上架時間 | 2021-01-21 |
開發者 | valord577 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/valord577/theSaferSuspender |
說明頁面URL | https://github.com/valord577/theSaferSuspender/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "88.0", "author": "valord577", "name": "The Safer Suspender", "description": "Release browser resources by suspending the tabs you aren't using", "version": "1.5", "icons": { "128": "icons\/ic_suspender_707070_128x128.png" }, "homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender", "permissions": [ "tabs", "alarms", "storage", "unlimitedStorage" ], "background": { "service_worker": "backstage\/task.js" }, "browser_action": { "default_icon": { "128": "icons\/ic_suspender_707070_128x128.png" }, "default_title": "The Safer Suspender", "default_popup": "popup.html" } } |